### 1.1.3a (5.23.2004) ###
- Updated forum.php for use with new checkcookies() location.
This commit is contained in:
Jamin Blount 2017-02-05 11:02:21 -06:00
parent 449297a763
commit 9bbdf67ea6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php // forum.php :: Internal forums script for the game.
include('lib.php');
include('login.php');
include('cookies.php');
$link = opendb();
$userrow = checkcookies();
if ($userrow == false) { display("The forum is for registered players only.", "Forum"); die(); }

View File

@ -2,7 +2,7 @@
$starttime = getmicrotime();
$numqueries = 0;
$version = "1.1.3";
$version = "1.1.3a";
$build = "";
function opendb() { // Open database connection.