Setup/FileGen (#390)

* directories should probably have write permissions
 * add forgotten directory for guide image storage
This commit is contained in:
Sarjuuk
2024-02-28 21:14:58 +01:00
parent b125e55a4a
commit d0e5bec845
2 changed files with 9 additions and 7 deletions

View File

@@ -49,12 +49,13 @@ class FileGen
public static $defaultExecTime = 30;
private static $reqDirs = array(
'static/uploads/screenshots/normal',
'static/uploads/screenshots/pending',
'static/uploads/screenshots/resized',
'static/uploads/screenshots/temp',
'static/uploads/screenshots/thumb',
'static/uploads/screenshots/normal/',
'static/uploads/screenshots/pending/',
'static/uploads/screenshots/resized/',
'static/uploads/screenshots/temp/',
'static/uploads/screenshots/thumb/',
'static/uploads/temp/',
'static/uploads/guide/images/',
'static/download/searchplugins/',
'static/wowsounds/'
);