diff --git a/public/index.php b/public/index.php index f5f53b89..b3117bb3 100644 --- a/public/index.php +++ b/public/index.php @@ -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);