From 28f20363aeab49c45bf7712555e870c0e735b504 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 1 Nov 2021 20:48:58 +1100 Subject: trivial noop change to test the hook --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index d76b2ad..9fcc4b2 100755 --- a/index.php +++ b/index.php @@ -7,7 +7,8 @@ define('EG','allowed'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); -define('APPLICATION_PATH','Application'); //name of the folder that contains the application files +//name of the folder that contains the application files +define('APPLICATION_PATH','Application'); // call the config file and the bootstrap file require_once (ROOT . DS . 'Config' . DS . 'Config.php'); -- cgit v1.2.3