diff options
Diffstat (limited to 'src/web/index.php')
-rw-r--r-- | src/web/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/index.php b/src/web/index.php index 688383f..dc54905 100644 --- a/src/web/index.php +++ b/src/web/index.php @@ -6,6 +6,7 @@ session_start(); $webroot = dirname(__FILE__); // load all the helper files +require($webroot . '/helper/image.php'); require($webroot . '/helper/error.php'); require($webroot . '/helper/lang.php'); |