[www] r488 - trunk/packs.matroska.org/data
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: toff
Date: 2004-08-22 04:50:14 +0400 (Sun, 22 Aug 2004)
New Revision: 488
Added:
trunk/packs.matroska.org/data/showlog.php
Log:
Display the log array
Added: trunk/packs.matroska.org/data/showlog.php
===================================================================
--- trunk/packs.matroska.org/data/showlog.php 2004-08-22 00:40:34 UTC (rev 487)
+++ trunk/packs.matroska.org/data/showlog.php 2004-08-22 00:50:14 UTC (rev 488)
@@ -0,0 +1,6 @@
+<pre>
+<?php
+$logfilename = "logs.txt";
+$download = unserialize(implode('', file($logfilename)));
+print_r($download);
+?>
\ No newline at end of file