Replaced global constant FCPATH with FHCPATH

This commit is contained in:
Paolo
2017-06-21 11:30:45 +02:00
parent 0be96175bb
commit 5e3c8d8421
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ switch (ENVIRONMENT)
define('BASEPATH', str_replace('\\', '/', $system_path));
// Path to the front controller (this file)
define('FCPATH', dirname(__FILE__).'/');
define('FHCPATH', dirname(__FILE__).'/');
// Name of the "system folder"
define('SYSDIR', trim(strrchr(trim(BASEPATH, '/'), '/'), '/'));