Browse Source

dun know why not updated

Yeung Alan 5 years ago
parent
commit
f06bb817d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Photo/new_folder.php

+ 1 - 1
Photo/new_folder.php

@@ -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);