mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
FileManager create archvies
This commit is contained in:
parent
4adbef4517
commit
317c90b38a
5 changed files with 66 additions and 38 deletions
|
@ -110,7 +110,7 @@ switch ($_REQUEST['action']) {
|
|||
break;
|
||||
|
||||
case 'pack_item':
|
||||
$items = $_REQUEST['items'];
|
||||
$items = $_REQUEST['items'];
|
||||
$dst_item = $_REQUEST['dst_item'];
|
||||
print json_encode($fm->packItem($items, $dst_item));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue