FileManager create archvies

This commit is contained in:
Serghey Rodin 2016-08-10 14:36:54 +03:00
commit 317c90b38a
5 changed files with 66 additions and 38 deletions

View file

@ -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;