[www] r489 - trunk/packs.matroska.org/data
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: toff
Date: 2004-08-22 04:51:45 +0400 (Sun, 22 Aug 2004)
New Revision: 489
Modified:
trunk/packs.matroska.org/data/showlog.php
Log:
Fixed missing tag
Modified: trunk/packs.matroska.org/data/showlog.php
===================================================================
--- trunk/packs.matroska.org/data/showlog.php 2004-08-22 00:50:14 UTC (rev 488)
+++ trunk/packs.matroska.org/data/showlog.php 2004-08-22 00:51:45 UTC (rev 489)
@@ -1,3 +1,5 @@
+<html>
+<body>
<pre>
<?php
$logfilename = "logs.txt";
@@ -3,3 +5,6 @@
$download = unserialize(implode('', file($logfilename)));
print_r($download);
-?>
\ No newline at end of file
+?>
+</pre>
+</body>
+</html>
\ No newline at end of file