diff --git a/logs.php b/logs.php new file mode 100644 index 0000000..32a9956 --- /dev/null +++ b/logs.php @@ -0,0 +1,14 @@ +Imeji Uploads Log Table\n\n"; +echo "

For the actual log file itself please refer to the uploads.log file. | Refresh

\n\n"; +echo "\n\n"; +$f = fopen("uploads.log", "r"); +while (($line = fgetcsv($f)) !== false) { + echo ""; + foreach ($line as $cell) { + echo ""; + } + echo "\n"; +} +fclose($f); +echo "\n
UNIX TimeReadable TimeUploader IPUploaded FileIcarus Endpoint VersionClient User Agent(Cont.)
" . htmlspecialchars($cell) . "
"; \ No newline at end of file