summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 07:15:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 07:15:53 +0300
commit6303e1626ce09a5e8c8b4f86aed0a831132ab946 (patch)
tree931eff8ec1157db28948786b156ee715cdee9dcb /include/sanity_check.php
parent64c4c3448ad7d94be37dfbb22ab3a9cca40aed0c (diff)
remove cache/js (no longer used)
Diffstat (limited to 'include/sanity_check.php')
-rwxr-xr-xinclude/sanity_check.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 8a38ec523..6ef11cb0a 100755
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -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");