Merge pull request #1539 from fspijkerman/next
Use a full path instead of CWD set by PHP
This commit is contained in:
commit
cde6227692
@ -22,7 +22,8 @@ limitations under the License.
|
||||
$dStartTime = microtime(true);
|
||||
|
||||
// This should be okay
|
||||
define("BASEPATH", "./");
|
||||
// No but Its now, - Aim
|
||||
define("BASEPATH", dirname(__FILE__) . "/");
|
||||
|
||||
// Our security check
|
||||
define("SECURITY", 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user