文件管理已关闭~~'; header("refresh:3;url=" . $config['domain'] . '?manag-closed'); require_once APP_ROOT . '/app/footer.php'; exit; } // 根路径 RexHelper::$root = APP_ROOT . $config['path']; // 用户列表 RexHelper::$users = array( $config['user'] => array('password' => $config['password']), ); /**结束 - 自定义修改 */ ?>
名称 | 大小 | 权限 | 所有者 | 创建时间 | 操作 | |
---|---|---|---|---|---|---|
| ';
} else {
echo '
' . $item->getFileName() . $suffix . ' | '; } echo '' . ($item->isFile() ? RexHelper::format_bytes($item->getSize()) : '-') . ' | ' . substr(sprintf('%o', $item->getPerms()), -4) . ' | ' . $item->getOwner() . ':' . $item->getGroup() . ' | ' . date('Y-m-d H:i', $item->getCTime()) . ' | 查看|改名|权限|删除 |