Se modifica download y upload (incompleto) para FILESMANAGER

This commit is contained in:
Freddy Daniel Rojas Valda
2014-02-17 16:18:29 -04:00
parent 47e77ef1c1
commit 0a4aff7ea0
2 changed files with 1 additions and 10 deletions

View File

@@ -392,7 +392,7 @@ class FilesManager
break;
}
$url = $sDirectory;
$sPath = '/home/daniel/downloadTest/'.$sfile;//change the path to
$sPath = $sfile;//path to
set_time_limit(0);
ini_set('display_errors',true);//Just in case we get some errors, let us know
$fp = fopen ($sPath, 'w');//This is the file where we save the information