summaryrefslogtreecommitdiff
path: root/public/bootstrap.php
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu) <me@mortzu.de>2014-09-08 08:38:08 +0200
committerMoritz Kaspar Rudert (mortzu) <me@mortzu.de>2014-09-08 08:38:08 +0200
commit27b82236115df5db560e7015248574575441a551 (patch)
tree5241530d84c75068863b875d7712fbea7f81e16b /public/bootstrap.php
parentda49eeda6e719d7d9449fcb4cfaed2464100221c (diff)
removed bootstrap.php
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);
-?>