summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-02-24 16:39:19 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2009-02-24 16:39:19 -0500
commit9f112c2e1668c286bdbf832f6e2f4451b7d52b44 (patch)
tree9a08348d0f79167da756d215ac759141f94d3d38 /includes
parenteee98526c48b9154cd9e9bc8bc3e07769e6a39ea (diff)
downloadpillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.tar.gz
pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.tar.bz2
pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.zip
Protected pending comics
Diffstat (limited to 'includes')
-rw-r--r--includes/header.php4
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
24include_once($_SERVER['DOCUMENT_ROOT'] . '/db.php'); 24include_once($_SERVER['DOCUMENT_ROOT'] . '/includes/db.php');
25include_once($_SERVER['DOCUMENT_ROOT'] . '/functions.php'); 25include_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);