rsemcs/dynmap/web/standalone/PostgreSQL_getlogin.php

9 lines
136 B
PHP
Raw Normal View History

2022-05-12 09:33:18 +00:00
<?php
require_once 'PostgreSQL_funcs.php';
if ($loginenabled) {
$rslt = getStandaloneFile("dynmap_login.php");
eval($rslt);
}