diff options
Diffstat (limited to 'ajax/scores.ajax.php')
-rw-r--r-- | ajax/scores.ajax.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ajax/scores.ajax.php b/ajax/scores.ajax.php index f2d38fc..897da3b 100644 --- a/ajax/scores.ajax.php +++ b/ajax/scores.ajax.php @@ -1,7 +1,5 @@ <?
-// Session as read-only to not lock the file.
session_start();
-session_write_close();
$userID = $_SESSION['userID'];
|