diff options
Diffstat (limited to 'src/web/index.php')
-rw-r--r-- | src/web/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
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() { |