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