diff options
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/header.php b/includes/header.php index 0f5b075..a9b93cd 100644 --- a/includes/header.php +++ b/includes/header.php | |||
@@ -21,8 +21,8 @@ if (isset($title)) | |||
21 | 21 | ||
22 | <?php | 22 | <?php |
23 | 23 | ||
24 | include_once($_SERVER['DOCUMENT_ROOT'] . '/db.php'); | 24 | include_once($_SERVER['DOCUMENT_ROOT'] . '/includes/db.php'); |
25 | include_once($_SERVER['DOCUMENT_ROOT'] . '/functions.php'); | 25 | include_once($_SERVER['DOCUMENT_ROOT'] . '/includes/functions.php'); |
26 | 26 | ||
27 | $getlast = "SELECT * FROM config WHERE name = \"lastUpdated\""; | 27 | $getlast = "SELECT * FROM config WHERE name = \"lastUpdated\""; |
28 | $getlast2 = mysql_query($getlast); | 28 | $getlast2 = mysql_query($getlast); |