minecraft/minecolonies-1.20.1/data/dynmap/web/standalone/MySQL_access.php

9 lines
132 B
PHP
Raw Normal View History

2024-08-19 10:14:15 -04:00
<?php
require_once 'MySQL_funcs.php';
if ($loginenabled) {
$rslt = getStandaloneFile('dynmap_access.php');
eval($rslt);
}