summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-05-28 02:08:09 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-05-28 02:08:09 -0500
commit86a9c5724f14aed4ff73772a1515da97efe7b7bd (patch)
treea1e381f2fe6512f62b5517c00f443cf9349ea000 /index.php
parentc955c27cbebba3edaab9532834ac72041eccbf58 (diff)
parent9f2aa0767634648e4813c8e6d10fc6b8dbeff293 (diff)
downloadpathery-86a9c5724f14aed4ff73772a1515da97efe7b7bd.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.php b/index.php
index ca81bb1..de4421b 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,10 @@
<?PHP
ob_start("ob_gzhandler");
-//TODO: !! Make sure updating.php exists, and that the images in images/btns/ are uploaded.
+//Start session
+if (!session_id()) session_start();
+//session_regenerate_id();
+
//Show updating page?
//$showUpdatePage = true;
$showUpdatePage = false;
@@ -11,7 +14,6 @@ if ($showUpdatePage AND $_GET['cu'] !== "true") {
exit;
}
-//globe will start the session.
include_once("globe.php");
include_once("./includes/header.php");
include_once ('./includes/sqlEmbedded.php');