SVN: security/index.php

vip vip at pld-linux.org
Sat Oct 6 17:45:57 CEST 2007


Author: vip
Date: Sat Oct  6 17:45:57 2007
New Revision: 8795

Modified:
   security/index.php
Log:
- use gzip
- just read it, not try to parse


Modified: security/index.php
==============================================================================
--- security/index.php	(original)
+++ security/index.php	Sat Oct  6 17:45:57 2007
@@ -1,3 +1,6 @@
+<?
+ob_start("ob_gzhandler");
+?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
 <head>
@@ -91,9 +94,9 @@
 
 <h2>PLD Security Logs</h2>
 <?
-include("header.html");
-include("security.html");
-include("footer.html");
+readfile("header.html");
+readfile("security.html");
+readfile("footer.html");
 ?>
 </body>
 </html>


More information about the pld-cvs-commit mailing list