From d84d4dc0fd32ae6d5a6cf6aceb87e7121eeda84b Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 5 Jun 2021 14:30:24 +0300 Subject: [PATCH 1/3] Updated cache buster --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 58ef6ca1be..2f2b270148 100644 --- a/app/init.php +++ b/app/init.php @@ -39,7 +39,7 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s'; const APP_MODE_DEFAULT = 'default'; const APP_MODE_ADMIN = 'admin'; const APP_PAGING_LIMIT = 12; -const APP_CACHE_BUSTER = 146; +const APP_CACHE_BUSTER = 148; const APP_VERSION_STABLE = '0.8.0'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_FUNCTIONS = '/storage/functions'; From 5e5a40df631f510778704a41da45b2461debe248 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 5 Jun 2021 14:30:32 +0300 Subject: [PATCH 2/3] Escaped vars --- app/views/layouts/default.phtml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/views/layouts/default.phtml b/app/views/layouts/default.phtml index 465e08366a..aa4dfc3f5d 100644 --- a/app/views/layouts/default.phtml +++ b/app/views/layouts/default.phtml @@ -43,7 +43,7 @@ if(!empty($platforms)) { - + getParam('prefetch', []) as $prefetch): ?> @@ -52,12 +52,12 @@ if(!empty($platforms)) { - - + + - + - +