From 9fbb3e859be5efc164a4612f33df6ebb541bea2b Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 13 Mar 2013 03:09:29 -0700 Subject: Whoops that file isn't always there :) --- includes/header.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index 5f0f679..f8519a1 100644 --- a/includes/header.php +++ b/includes/header.php @@ -206,6 +206,7 @@ function userDataToJS() { $r .= '"ID":"-1","accepted":false,"hasInsaneSpeed":false};'; } else { $userID = $_SESSION['userID']; + include_once('includes/datas.php'); $hasInsaneSpeed = hasExtrasUnlock($userID, UNLOCK_EXTRAS, MISC_UNLOCK_INSANE_SPEED); $r .= 'hasInsaneSpeed":'.$hasInsaneSpeed.'};'."\n"; $json = array('ID' => 'fat'); -- cgit v1.2.3