summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6667f6f..de4421b 100644
--- a/index.php
+++ b/index.php
@@ -16,6 +16,7 @@ if ($showUpdatePage AND $_GET['cu'] !== "true") {
include_once("globe.php");
include_once("./includes/header.php");
+include_once ('./includes/sqlEmbedded.php');
$accepted = isset($_SESSION['accepted']) && $_SESSION['accepted'] == 1;
@@ -31,7 +32,6 @@ if (isset($_SESSION['accepted']) AND $_SESSION['accepted'] == 1)
//TODO: We could store this data in the session
if ($accepted) {
$userID = $_SESSION['userID'];
- include_once ('./includes/sqlEmbedded.php');
$sql = "
SELECT
users.wallColor,