remove cache/js (no longer used)

This commit is contained in:
Andrew Dolgov 2018-12-04 07:15:53 +03:00
parent 64c4c3448a
commit 6303e1626c
2 changed files with 0 additions and 4 deletions

0
cache/js/.empty vendored
View File

View File

@ -66,10 +66,6 @@
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");