Se actualiza get en FILESMANAGER.

This commit is contained in:
Freddy Daniel Rojas Valda
2014-02-26 12:59:34 -04:00
parent 5910013012
commit 3bd35da26b

View File

@@ -45,7 +45,6 @@ class FilesManager
{
try {
$sMainDirectory = current(explode("/", $path));
$path = str_replace('/', '', $path);
if (strstr($path,'/')) {
$sSubDirectory = substr($path, strpos($path, "/")+1). PATH_SEP ;
} else {