From a2a6bd6e1a4bcdd2a25a1d68232ed3c9f53b8d34 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 10 Jun 2013 01:25:09 +0200 Subject: [PATCH] Remove $_APP check in index.php --- public_html/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/public_html/index.php b/public_html/index.php index 4dae299..7d56d08 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -11,6 +11,4 @@ * licensing text. */ -if(!isset($_APP)) { die("Unauthorized."); } - require("rewrite.php");