mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/FileGen (#390)
* directories should probably have write permissions * add forgotten directory for guide image storage
This commit is contained in:
@@ -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/'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user