Initial commit
This commit is contained in:
8
Creative/dynmap/web/standalone/MySQL_access.php
Normal file
8
Creative/dynmap/web/standalone/MySQL_access.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require_once('MySQL_funcs.php');
|
||||
|
||||
if ($loginenabled) {
|
||||
$rslt = getStandaloneFile('dynmap_access.php');
|
||||
eval($rslt);
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user