summaryrefslogtreecommitdiff
path: root/src/web/_model/main.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_model/main.php (renamed from web/_model/main.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/_model/main.php b/src/web/_model/main.php
index ab964fd..6d8b708 100644
--- a/web/_model/main.php
+++ b/src/web/_model/main.php
@@ -53,7 +53,7 @@ class Main_model {
*/
private function asset_stamp($path): int {
$root = $GLOBALS['webroot'];
- $path = $root . '/public/' . $path;
+ $path = $root . '/../public/' . $path;
return filemtime($path);
}