include to require_once
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include('modules_data/location/fight-club.database.php');
|
||||
require_once('modules_data/location/fight-club.database.php');
|
||||
if(!defined('GAME')){
|
||||
die();
|
||||
}
|
||||
@@ -15,7 +15,7 @@ if(!defined('GAME')){
|
||||
echo 'information is lost.';
|
||||
}
|
||||
?></td>
|
||||
<td width="230" valign="top" style="padding-top:19px;"><? include('modules/stats_loc.php'); ?></td>
|
||||
<td width="230" valign="top" style="padding-top:19px;"><? require_once('modules/stats_loc.php'); ?></td>
|
||||
<td valign="top"><div align="right"><?php
|
||||
if($u->error!=''){
|
||||
echo '<font color="red"><b>'.$u->error.'</b></font>';
|
||||
|
||||
Reference in New Issue
Block a user