diff options
author | Yuchen Pei <hi@ypei.me> | 2021-11-01 20:48:58 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-11-01 20:48:58 +1100 |
commit | 28f20363aeab49c45bf7712555e870c0e735b504 (patch) | |
tree | e2dbade1802bfd8945e060dd37a5a593396043a5 /index.php | |
parent | d2e4fbb1b8688e0a6f7999e751906ef911bc0564 (diff) |
trivial noop change to test the hook
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'); |