fabric121 / dynmap /web /standalone /PostgreSQL_access.php
3v324v23's picture
202603252018
d5d3587
<?php
require_once 'PostgreSQL_funcs.php';
if ($loginenabled) {
$rslt = getStandaloneFile('dynmap_access.php');
var_dump($rslt);
eval($rslt);
}