mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
FileManger stuff
This commit is contained in:
parent
b6dd534b60
commit
52db853acf
11 changed files with 417 additions and 131 deletions
|
@ -97,6 +97,10 @@ switch ($_REQUEST['action']) {
|
|||
$item = $_REQUEST['item'];
|
||||
print json_encode($fm->packItem($item, $dir, $target_dir, $filename));
|
||||
break;
|
||||
case 'backup':
|
||||
$path = $_REQUEST['path'];
|
||||
print json_encode($fm->backupItem($path));
|
||||
break;
|
||||
default:
|
||||
//print json_encode($fm->init());
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue