We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b81b8 commit 6354bc1Copy full SHA for 6354bc1
src/controllers/FolderController.php
@@ -58,9 +58,8 @@ public function getFolders()
58
public function getAddfolder()
59
{
60
$folder_name = Str::slug(Input::get('name'));
61
- $working_dir = Input::get('dir');
62
63
- $path = base_path($this->file_location . $working_dir);
+ $path = base_path($this->file_location);
64
65
if (!File::exists($path . "/" . $folder_name))
66
0 commit comments