include to require_once
This commit is contained in:
@@ -206,7 +206,7 @@ if (!isset($_GET['r'])) {
|
||||
} else {
|
||||
echo 'information is lost.';
|
||||
} ?></td>
|
||||
<td width="230" valign="top" style="padding-top:19px;"><? include('modules_data/stats_loc.php'); ?></td>
|
||||
<td width="230" valign="top" style="padding-top:19px;"><? require_once('modules_data/stats_loc.php'); ?></td>
|
||||
<td valign="top">
|
||||
<div align="right">
|
||||
<?= !empty($re) ? '<span style="color: red; font-weight: bold">' . $re . '</span>' : '' ?>
|
||||
|
||||
Reference in New Issue
Block a user