Author: nextgens
Date: 2006-04-07 20:01:48 +0000 (Fri, 07 Apr 2006)
New Revision: 8496
Modified:
trunk/website/index.php
Log:
website: yetanotheruselesspatch
Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php 2006-04-07 17:52:16 UTC (rev 8495)
+++ trunk/website/index.php 2006-04-07 20:01:48 UTC (rev 8496)
@@ -11,7 +11,7 @@
$page = "index";
}
-include_once "config.inc";
+include_once "config.inc.php";
$a=mysql_connect("mysql4-f", $mysql_user, $mysql_password);
$a=mysql_select_db("f978_access");
$a=mysql_query("INSERT INTO access VALUES (\"".$_SERVER["REMOTE_ADDR"]."\",
\"".mysql_real_escape_string($_SERVER["HTTP_REFERER"])."\", NOW())");