%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/webmin/authentic-theme/extensions/file-manager/ |
Upload File : |
/*! * Authentic Theme (https://github.com/authentic-theme/authentic-theme) * Copyright Ilia Rostovtsev <ilia@virtualmin.com> * Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE) */ function checkSelected(){return _f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length}function selectAll(){var e=document.querySelectorAll(".container-fluid .ui_checked_columns");for(i=0;i<e.length;i++){var t=e[i].getElementsByTagName("input")[0];if(!t.checked){rowClick(e[i])}}}function invertSelection(){var e=document.querySelectorAll(".container-fluid .ui_checked_columns");for(i=0;i<e.length;i++)rowClick(e[i])}function renameDialog(e){e=Convert.htmlUnEscape(e);$($v__fm__container_fluid+" #renameForm input[name=name]").val(e);$($v__fm__container_fluid+" #renameForm input[name=file]").val(e);$($v__fm__container_fluid+" #renameDialog").modal({backdrop:"static",keyboard:true,show:true})}function removeDialog(){if(checkSelected()){$("#items-to-remove").html("");$(".ui_checked_checkbox input[type='checkbox']:checked").each(function(){$("#items-to-remove").append(Convert.htmlEscape($(this).val()+"<br>"))});if(config_portable_module_filemanager_move_to_trash){var e=__f___gdArr();if(e&&e.length===1){if(e[0].value===".Trash"){fm_deletion_empty_trash=1;setTimeout(function(){fm_deletion_empty_trash=0},1)}}}$("#removeDialog").modal({backdrop:"static",keyboard:true,show:true})}}function uploadFiles(){var e=document.getElementById("upfiles");if(e.files.length>0){$("#upload-form").submit()}else{if($('button[onclick="uploadFiles()"]').hasClass("disabled")){return}e.click()}}function countUploads(){return}