summary refs log tree commit diff stats
path: root/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.php')
-rw-r--r--header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.php b/header.php index ebdee99..dbbb5bf 100644 --- a/header.php +++ b/header.php
@@ -21,7 +21,7 @@ if (isset($title))
21 21
22<?php 22<?php
23 23
24include_once('db.php'); 24include_once($_SERVER['DOCUMENT_ROOT'] . '/db.php');
25 25
26$getlast = "SELECT * FROM config WHERE name = \"lastUpdated\""; 26$getlast = "SELECT * FROM config WHERE name = \"lastUpdated\"";
27$getlast2 = mysql_query($getlast); 27$getlast2 = mysql_query($getlast);