diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2014-05-08 23:50:48 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2014-05-08 23:50:48 -0500 |
commit | a639bb2fd0e6128b3c92ce789c04619b273d5f5b (patch) | |
tree | 451a279321fcbcd2e1d14141ba3b42bc3dfe8f9e /index.php | |
parent | 17478de9c4ba215a43e7bc1b5849bb6041d50827 (diff) | |
parent | 598c2a0195fd95cda53d9067e6d6973048446a27 (diff) | |
download | pathery-a639bb2fd0e6128b3c92ce789c04619b273d5f5b.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Conflicts:
includes/mapoftheday.php
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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') {
|