Merge pull request #1539 from fspijkerman/next

Use a full path instead of CWD set by PHP
This commit is contained in:
Sebastian Grewe 2014-01-22 22:17:24 -08:00
commit cde6227692

View File

@ -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);