Author: nextgens
Date: 2006-02-17 20:39:43 +0000 (Fri, 17 Feb 2006)
New Revision: 8055
Modified:
trunk/website/index.php
Log:
doh
Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php 2006-02-17 20:27:15 UTC (rev 8054)
+++ trunk/website/index.php 2006-02-17 20:39:43 UTC (rev 8055)
@@ -11,7 +11,7 @@
$page = "index";
}
-include_once "/home/users/n/ne/nextgens/config.inc";
+include_once "config.inc";
mysql_connect("mysql4-f", $mysql_user, $mysql_password);
mysql_select_db("f978_access");
mysql_query("INSERT INTO access VALUES (\"".$_SERVER["REMOTE_ADDR"]."\",
\"".$_SERVER["HTTP_REFERER"]."\", NOW())");