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
|
@ -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(); }
|
||||
|
|
Loading…
Reference in New Issue
Block a user