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
   



 
   /> />