From 530bbf058781e00e588f1457b6ee589a64b74da1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 5 Apr 2024 10:46:09 -0400 Subject: i did thing oh god large commit --- src/web/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/index.php') 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'); -- cgit v1.2.3-freya