Browse Source

cache dir permission improve

master
filesite 2 days ago
parent
commit
948230e76c
  1. 2
      plugins/Common.php

2
plugins/Common.php

@ -551,7 +551,7 @@ Class Common {
} }
if (!is_dir($cacheDir)) { if (!is_dir($cacheDir)) {
mkdir($cacheDir, 0755, true); mkdir($cacheDir, 0755);
} }
$cache_filename = "{$cacheDir}{$key}.json"; $cache_filename = "{$cacheDir}{$key}.json";

Loading…
Cancel
Save