minecraft/minecolonies-1.20.1/data/dynmap/web/standalone/PostgreSQL_access.php
2024-08-19 10:14:15 -04:00

10 lines
158 B
PHP

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