9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
|
|
require_once 'PostgreSQL_funcs.php';
|
|
|
|
if ($loginenabled) {
|
|
$rslt = getStandaloneFile("dynmap_login.php");
|
|
eval($rslt);
|
|
}
|