芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/pages/download.php
<?php include 'fns/firewall/load.php'; include 'fns/sql/load.php'; include_once 'fns/SleekDB/Store.php'; include 'fns/variables/load.php'; include 'fns/download/load.php'; $to_download = explode('/', get_url(['path' => true])); if (isset($to_download[3]) && !empty($to_download[3])) { $download = array(); $identifier = $to_download[2]; $download['download'] = $to_download[1]; $download[$identifier] = $to_download[3]; if (isset($to_download[5]) && !empty($to_download[5])) { $identifier = $to_download[4]; $download[$identifier] = $to_download[5]; } if (isset($to_download[7])) { $identifier = $to_download[6]; $download[$identifier] = $to_download[7]; } download($download); } else { echo Registry::load('strings')->file_expired; } ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage