9 lines
132 B
PHP
9 lines
132 B
PHP
|
<?php
|
||
|
|
||
|
require_once 'MySQL_funcs.php';
|
||
|
|
||
|
if ($loginenabled) {
|
||
|
$rslt = getStandaloneFile('dynmap_access.php');
|
||
|
eval($rslt);
|
||
|
}
|