Explorar o código

dun know why not updated

Yeung Alan %!s(int64=5) %!d(string=hai) anos
pai
achega
f06bb817d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);