[VD:LocalFileSystem] remove debug code

This commit is contained in:
nao-pon
2017-02-24 23:54:41 +09:00
parent 3f7061b642
commit eae1b712e3
@@ -442,13 +442,11 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
$stat = array();
if (!file_exists($path) && !is_link($path)) {
debug($path);
return $stat;
}
//Verifies the given path is the root or is inside the root. Prevents directory traveral.
if (!$this->_inpath($path, $this->root)) {
debug($path, $this->root);
return $stat;
}