summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-06-05 22:55:43 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-06-05 22:55:43 -0700
commitd64af3489dc17c011394b9facedacb0d27169e67 (patch)
tree7ab9debd1e84e19c2ef2bcf2f608061a742fd0ac /index.php
parentbe3f89c7581c9156c03f47f3d4f774b6a634afc3 (diff)
downloadpathery-d64af3489dc17c011394b9facedacb0d27169e67.tar.xz
Changes to $accepted and some includes moved around.
Diffstat (limited to 'index.php')
-rw-r--r--index.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.php b/index.php
index ad5ed0b..0fa0b8a 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,18 @@
<?PHP
ob_start("ob_gzhandler");
+
+//$showUpdatePage = true;
+$showUpdatePage = false;
+if ($showUpdatePage AND $_GET['cu'] !== "true") {
+ require("updating.php");
+ exit;
+}
+
+include_once ('globe.php');
+include_once ('./includes/header.php');
+include_once ('./includes/sqlEmbedded.php');
+
+
//Start session
if (!session_id()) session_start();
//session_regenerate_id();