summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-05 15:03:25 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-05 15:03:25 +0100
commit514896e1b0df12bc82dac785fa7c9ed4f62585e6 (patch)
treea58399041136c8ce1d18d076ce57e183909ee9fc /index.php
parentc6839de5f31baeb30f9093d7ff9a52227e3d5f05 (diff)
[ci skip] Again, remove whitespace
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b32723913..4dbc12a5a 100755
--- a/index.php
+++ b/index.php
@@ -225,7 +225,7 @@ switch (ENVIRONMENT)
define('BASEPATH', str_replace('\\', '/', $system_path));
// Path to the front controller (this file)
- define('FCPATH', dirname(__FILE__) . '/');
+ define('FCPATH', dirname(__FILE__).'/');
// Name of the "system folder"
define('SYSDIR', trim(strrchr(trim(BASEPATH, '/'), '/'), '/'));