v1.1.3a
### 1.1.3a (5.23.2004) ### - Updated forum.php for use with new checkcookies() location.
This commit is contained in:
parent
449297a763
commit
9bbdf67ea6
2 changed files with 2 additions and 2 deletions
|
@ -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(); }
|
||||
|
|
2
lib.php
2
lib.php
|
@ -2,7 +2,7 @@
|
|||
|
||||
$starttime = getmicrotime();
|
||||
$numqueries = 0;
|
||||
$version = "1.1.3";
|
||||
$version = "1.1.3a";
|
||||
$build = "";
|
||||
|
||||
function opendb() { // Open database connection.
|
||||
|
|
Loading…
Add table
Reference in a new issue