Skip to content

Commit

Permalink
[ci skip] Again, remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Feb 5, 2015
1 parent c6839de commit 514896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
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, '/'), '/'), '/'));
Expand Down

0 comments on commit 514896e

Please sign in to comment.