From 3d438647120d283373125b3eab4c26d28868d392 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 26 Sep 2024 14:53:10 -0400 Subject: ie5 --- src/web/index.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/web/index.php') diff --git a/src/web/index.php b/src/web/index.php index 9f1aa3f..83ab9d4 100644 --- a/src/web/index.php +++ b/src/web/index.php @@ -23,6 +23,11 @@ define('WEB_ROOT', PHP_ROOT . '/web'); define('ASSET_ROOT', PHP_ROOT . '/assets'); define('PUBLIC_ROOT', PHP_ROOT . '/public'); +// ========================== VARIABLES == + +define('IE_START', ""); +define('IE_END', ""); + // ========================== BOOTSTRAP == // load all third party -- cgit v1.2.3-freya