diff --git a/logs.php b/logs.php new file mode 100644 index 0000000..32a9956 --- /dev/null +++ b/logs.php @@ -0,0 +1,14 @@ +
For the actual log file itself please refer to the uploads.log file. | Refresh
UNIX Time | Readable Time | Uploader IP | Uploaded File | Icarus Endpoint Version | Client User Agent | (Cont.) | \n\n"; +$f = fopen("uploads.log", "r"); +while (($line = fgetcsv($f)) !== false) { + echo "
---|---|---|---|---|---|---|
" . htmlspecialchars($cell) . " | "; + } + echo "