From 514896e1b0df12bc82dac785fa7c9ed4f62585e6 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 5 Feb 2015 16:03:25 +0200 Subject: [ci skip] Again, remove whitespace --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '/'), '/'), '/')); -- cgit v1.2.3-24-g4f1b