diff options
Diffstat (limited to 'www/createfolder.php')
| -rw-r--r-- | www/createfolder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/createfolder.php b/www/createfolder.php index 00d6d43..64d99a4 100644 --- a/www/createfolder.php +++ b/www/createfolder.php @@ -25,7 +25,7 @@ if($_SERVER['REQUEST_METHOD'] == 'POST'){ if(preg_match("/^\//", $folder)){ $absolutpath = true; - $k=1; + $k=2; // what the fuck is this? } else { $absolutpath = false; } |
