summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2014-05-08 23:50:48 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2014-05-08 23:50:48 -0500
commita639bb2fd0e6128b3c92ce789c04619b273d5f5b (patch)
tree451a279321fcbcd2e1d14141ba3b42bc3dfe8f9e /index.php
parent17478de9c4ba215a43e7bc1b5849bb6041d50827 (diff)
parent598c2a0195fd95cda53d9067e6d6973048446a27 (diff)
downloadpathery-a639bb2fd0e6128b3c92ce789c04619b273d5f5b.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Conflicts: includes/mapoftheday.php
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') {