diff --git a/js/get_scripts.js.php b/js/get_scripts.js.php index ed263896bc..af9fd6b517 100644 --- a/js/get_scripts.js.php +++ b/js/get_scripts.js.php @@ -18,7 +18,9 @@ session_write_close(); // Send correct type header('Content-Type: text/javascript; charset=UTF-8'); -// Enable browser cache for 1 hour +// Enable browser cache for 1 hour //not +// ================WARNING================= +// This must be changed back before merging header('Expires: ' . gmdate('D, d M Y H:i:s', time() - 3600) . ' GMT'); if (! empty($_GET['scripts']) && is_array($_GET['scripts'])) {