SVN: security/generate.php

vip vip at pld-linux.org
Fri Nov 2 18:16:52 CET 2007


Author: vip
Date: Fri Nov  2 18:16:52 2007
New Revision: 8970

Modified:
   security/generate.php
Log:
- don't allow generate.php directly


Modified: security/generate.php
==============================================================================
--- security/generate.php	(original)
+++ security/generate.php	Fri Nov  2 18:16:52 2007
@@ -1,3 +1,10 @@
+<?
+if(!isset($cache))
+{
+	header('Location: http://security.pld-linux.org');
+	die();
+}
+?>
 <!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>


More information about the pld-cvs-commit mailing list