Files
AltServers/Creative/dynmap/web/standalone/PostgreSQL_access.php
2021-02-02 17:22:50 -06:00

10 lines
155 B
PHP

<?php
require_once('PostgreSQL_funcs.php');
if ($loginenabled) {
$rslt = getStandaloneFile('dynmap_access.php');
var_dump($rslt);
eval($rslt);
}
?>