Added family folders
This commit is contained in:
@@ -15,6 +15,10 @@ function reciveUpload($in,$out){
|
||||
mkdir($savePath.'PROFILE', 0777, true);
|
||||
}
|
||||
|
||||
if (!file_exists($savePath.'FAMILY')) {
|
||||
mkdir($savePath.'FAMILY', 0777, true);
|
||||
}
|
||||
|
||||
if (!file_exists($savePath.'JOBS')) {
|
||||
mkdir($savePath.'JOBS', 0777, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user