summaryrefslogtreecommitdiff
path: root/public/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/bootstrap.php')
-rw-r--r--public/bootstrap.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/public/bootstrap.php b/public/bootstrap.php
deleted file mode 100644
index 2b8e6aba..00000000
--- a/public/bootstrap.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-// path and include settings
-$rootpath = __DIR__ . DIRECTORY_SEPARATOR . '..';
-define('ROOTPATH', $rootpath);
-
-$includePath = ini_get('include_path');
-$includePath .= PATH_SEPARATOR . ROOTPATH;
-
-ini_set('include_path', $includePath);
-?>