summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.php')
-rw-r--r--frontend/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/index.php b/frontend/index.php
index 1c1ea7d..0fdfa17 100644
--- a/frontend/index.php
+++ b/frontend/index.php
@@ -3,7 +3,6 @@ define('E_DEFAULT', error_reporting(E_ALL|E_STRICT));
require_once('../shared/include/includes.php');
require_once('include/error_handling.php');
register_shutdown_function('onshutdown', realpath('include/footer.php'), realpath('include/header.php')); // Needed to ensure that errors are printed
-require_once('include/constants.php');
require_once('include/setup.php');
if (get_magic_quotes_gpc()) r_stripslashes($_REQUEST);
$routing=fopen('routing.csv', 'r');