Browse Source

fix dirs permission

master
filesite 2 days ago
parent
commit
81d09c0b2a
  1. 2
      plugins/Common.php

2
plugins/Common.php

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

Loading…
Cancel
Save