summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/include/includes.php')
-rw-r--r--shared/include/includes.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/shared/include/includes.php b/shared/include/includes.php
index 410177f..8a75b58 100644
--- a/shared/include/includes.php
+++ b/shared/include/includes.php
@@ -9,9 +9,6 @@ foreach (array('functions', 'classes') as $type) {
}
}
}
-$includes=($_SERVER['DOCUMENT_ROOT']?FRONTEND:BACKEND).'/include/includes.php';
-if (is_readable($includes))
- require_once($includes);
-unset($dir, $file, $type, $includes);
+unset($dir, $file, $type);
load_config();
?>