Skip to content

Commit ebd4cbc

Browse files
committed
[Patch] Adjust FCPATH patch
1 parent 6cf52dd commit ebd4cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
define('BASEPATH', $system_path);
231231

232232
// Path to the front controller (this file) directory
233-
define('FCPATH', dirname(__FILE__).DIRECTORY_SEPARATOR);
233+
define('FCPATH', dirname(BASEPATH).DIRECTORY_SEPARATOR);
234234

235235
// Name of the "system" directory
236236
define('SYSDIR', basename(BASEPATH));

0 commit comments

Comments
 (0)