aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/api/cache.controller.php2
-rwxr-xr-xbootstrap/helpers/cache (renamed from bootstrap/helpers/cache-bust)0
2 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/cache.controller.php b/app/controllers/api/cache.controller.php
index 2286445..7f149c0 100644
--- a/app/controllers/api/cache.controller.php
+++ b/app/controllers/api/cache.controller.php
@@ -3,5 +3,5 @@
* Invalidate cache
*/
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
- echo $cacheBust = shell_exec('../bootstrap/helpers/cache-bust');
+ echo $cacheBust = shell_exec('../bootstrap/helpers/cache');
}
diff --git a/bootstrap/helpers/cache-bust b/bootstrap/helpers/cache
index 267b442..267b442 100755
--- a/bootstrap/helpers/cache-bust
+++ b/bootstrap/helpers/cache