1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 02:17:09 +00:00

cache minified js files

This commit is contained in:
Andrew Dolgov
2013-03-18 11:00:44 +04:00
parent 107997e6cb
commit c670a80ddd
5 changed files with 37 additions and 14 deletions

View File

@@ -36,6 +36,10 @@
array_push($errors, "Data export cache is not writable (chmod -R 777 ".CACHE_DIR."/export)");
}
if (!is_writable(CACHE_DIR . "/js")) {
array_push($errors, "Javascript cache is not writable (chmod -R 777 ".CACHE_DIR."/js)");
}
if (GENERATED_CONFIG_CHECK != EXPECTED_CONFIG_VERSION) {
array_push($errors,
"Configuration option checker sanity_config.php is outdated, please recreate it using ./utils/regen_config_checks.sh");