Skip to content
Snippets Groups Projects
Commit 6303e162 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

remove cache/js (no longer used)

parent 64c4c344
No related branches found
No related tags found
1 merge request!1Update 19.2
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment