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