From: <he...@us...> - 2004-12-06 13:09:57
|
Update of /cvsroot/gc-linux/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8928 Modified Files: com2org.php Log Message: Synced cvs with reality. Index: com2org.php =================================================================== RCS file: /cvsroot/gc-linux/htdocs/com2org.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- com2org.php 1 Feb 2004 22:13:20 -0000 1.1 +++ com2org.php 6 Dec 2004 13:09:36 -0000 1.2 @@ -1,4 +1,4 @@ -<?php +<?php $host = $_SERVER['HTTP_HOST']; if (strcasecmp($host, "www.gc-linux.org") != 0) { @@ -6,4 +6,3 @@ exit; } ?> - |