aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-11-01 20:48:58 +1100
committerYuchen Pei <hi@ypei.me>2021-11-01 20:48:58 +1100
commit28f20363aeab49c45bf7712555e870c0e735b504 (patch)
treee2dbade1802bfd8945e060dd37a5a593396043a5
parentd2e4fbb1b8688e0a6f7999e751906ef911bc0564 (diff)
trivial noop change to test the hook
-rwxr-xr-xindex.php3
1 files changed, 2 insertions, 1 deletions
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');