diff options
Diffstat (limited to 'h-source/index.php')
-rwxr-xr-x | h-source/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/index.php b/h-source/index.php index dc616db..d76b2ad 100755 --- a/h-source/index.php +++ b/h-source/index.php @@ -13,4 +13,4 @@ define('APPLICATION_PATH','Application'); //name of the folder that contains the require_once (ROOT . DS . 'Config' . DS . 'Config.php'); require_once (ROOT . DS . 'Config' . DS . 'Route.php'); require_once (ROOT . DS . 'Library' . DS . 'Bootstrap.php'); -// echo 'It works!';
\ No newline at end of file +// echo 'It works!'; |