diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-24 16:39:19 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-24 16:39:19 -0500 |
| commit | 9f112c2e1668c286bdbf832f6e2f4451b7d52b44 (patch) | |
| tree | 9a08348d0f79167da756d215ac759141f94d3d38 /includes | |
| parent | eee98526c48b9154cd9e9bc8bc3e07769e6a39ea (diff) | |
| download | pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.tar.gz pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.tar.bz2 pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.zip | |
Protected pending comics
Diffstat (limited to 'includes')
| -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); |
