summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-06-12 13:45:38 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-06-12 13:45:38 -0700
commit07e94c2eb5f36fd295204f4e4e81ce813c1f2150 (patch)
treef6a13c61a34cf291b9f50436a6662d9ddbfb5e38 /index.php
parentd64af3489dc17c011394b9facedacb0d27169e67 (diff)
downloadpathery-07e94c2eb5f36fd295204f4e4e81ce813c1f2150.tar.xz
removed some includes.
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/index.php b/index.php
index 0fa0b8a..fce390a 100644
--- a/index.php
+++ b/index.php
@@ -37,12 +37,6 @@ if ($showUpdatePage AND $_GET['cu'] !== "true") {
exit;
}
-include_once("globe.php");
-include_once("./includes/header.php");
-include_once ('./includes/sqlEmbedded.php');
-
-$accepted = isset($_SESSION['accepted']) && $_SESSION['accepted'] == 1;
-
//Not logged in?
if (!$accepted) {
if (isset($_COOKIE['doLogin']) && $_COOKIE['doLogin'] == 'yes') {