芝麻web文件管理V1.00
编辑当前文件:/home/a/s/m/asmplong/www/admin/js/jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php
gc(); require_once(CLASS_SESSION_ACTION); $sessionAction = new SessionAction(); if(CONFIG_LOAD_DOC_LATTER) { $fileList = array(); $folderInfo = array('path'=>getCurrentFolderPath()); }else { require_once(CLASS_MANAGER); $manager = new manager(); $manager->setSessionAction($sessionAction); $fileList = $manager->getFileList(); $folderInfo = $manager->getFolderInfo(); } if(CONFIG_SYS_THUMBNAIL_VIEW_ENABLE) { $views = array( 'detail'=>LBL_BTN_VIEW_DETAILS, 'thumbnail'=>LBL_BTN_VIEW_THUMBNAIL, ); }else { $views = array( 'detail'=>LBL_BTN_VIEW_DETAILS, ); } if(!empty($_GET['view'])) { switch($_GET['view']) { case 'detail': case 'thumbnail': $view = $_GET['view']; break; default: $view = CONFIG_DEFAULT_VIEW; } }else { $view = CONFIG_DEFAULT_VIEW; } ?>
Ajax File Manager
$v) { ?>
>
Info
$v) { ?>
>
} ?>
/>
/>
Author:
Logan Cai
Template Designer:
Gabriel
Official Website:
http://www.phpletter.com
Support Forum:
http://www.phpletter.com/forum/
©Copyright:
All copyright declarations in the source must remain unchange. Please contact us if you need to make changes to it, in order to avoid any Legal Issues.