summaryrefslogtreecommitdiff
path: root/public/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/bootstrap.php')
-rw-r--r--public/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bootstrap.php b/public/bootstrap.php
index 40a32578..1bc47923 100644
--- a/public/bootstrap.php
+++ b/public/bootstrap.php
@@ -7,4 +7,4 @@ $includePath = ini_get('include_path');
$includePath .= PATH_SEPARATOR . ROOTPATH . DIRECTORY_SEPARATOR . '..';
ini_set('include_path', $includePath);
-?> \ No newline at end of file
+?>