From a8b7f0d0db2aa64efb6d176de321402d1f5e5bdb Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 25 Sep 2024 14:42:59 -0400 Subject: generate array of file time stamps for production --- src/web/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/web/index.php') diff --git a/src/web/index.php b/src/web/index.php index 63e5b61..577bc60 100644 --- a/src/web/index.php +++ b/src/web/index.php @@ -48,6 +48,9 @@ require(WEB_ROOT . '/core/controller.php'); require(WEB_ROOT . '/core/model.php'); require(WEB_ROOT . '/core/router.php'); +// load file stamps +require(WEB_ROOT . '/stamp.php'); + // ============================== START == function __init() { -- cgit v1.2.3-freya