芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/fns/download/load.php
<?php include 'fns/filters/load.php'; include 'fns/files/load.php'; include_once 'fns/cloud_storage/load.php'; function download($download) { $output = array(); if (isset($download["download"])) { $download["download"] = preg_replace("/[^a-zA-Z0-9_]+/", "", $download["download"]); $download["download"] = str_replace('template_', '', $download["download"]); } if (isset($download["download"]) && !empty($download["download"])) { $downloadfnfile = 'fns/download/'.$download["download"].'.php'; if (file_exists($downloadfnfile)) { include($downloadfnfile); } } if (isset($download["return"]) && $download["return"]) { return $output; } else { $output = json_encode($output); echo $output; } } ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage