Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhater committed Apr 21, 2014
1 parent 64a3f67 commit 82a9000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/class/browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ protected function act_chDir() {
protected function act_newDir() {
if (!$this->config['access']['dirs']['create'] ||
!isset($_POST['dir']) ||
!strlen(rtrim(rtrim(trim($_POST['newDir']), "/"), "\\")) ||
!isset($_POST['newDir']) ||
!$this->checkFilename($_POST['newDir'])
)
Expand Down

0 comments on commit 82a9000

Please sign in to comment.