File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,12 @@ public static function createAppDirs() {
5757 self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'Langs ' );
5858 self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'Apis ' );
5959 self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'Config ' );
60- self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'sto ' );
61- self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'sto ' .$ DS .'uploads ' );
62- self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'sto ' .$ DS .'logs ' );
63- self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'sto ' .$ DS .'sessions ' );
60+ self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'Storage ' );
61+ self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'Storage ' .$ DS .'Uploads ' );
62+ self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'Storage ' .$ DS .'Logs ' );
63+ self ::mkdir (ROOT_PATH .$ DS .APP_DIR .$ DS .'Storage ' .$ DS .'Sessions ' );
6464 self ::mkdir (ROOT_PATH .$ DS .'public ' );
65+ self ::mkdir (ROOT_PATH .$ DS .'tests ' );
6566 }
6667
6768
You can’t perform that action at this time.
0 commit comments