mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Replaced global constant FCPATH with FHCPATH
This commit is contained in:
+1
-1
@@ -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, '/'), '/'), '/'));
|
||||
|
||||
Reference in New Issue
Block a user