|
@@ -4,7 +4,7 @@ include '../auth.php';
|
|
|
<?php
|
|
|
//New Folder Creation PHP
|
|
|
$foldername = $_POST['name'];
|
|
|
-$storage = "storage/";
|
|
|
+$storage = $_POST['storage'];
|
|
|
|
|
|
if (file_exists($storage . $foldername . "/") == false){
|
|
|
mkdir($storage . bin2hex($foldername) . "/", 0777);
|