Marius Burkard
2016-03-02 01c6f9032792898c22b718f100ec88e4d8155ecf
interface/web/sites/ajax_get_ip.php
@@ -37,7 +37,7 @@
$server_id = $app->functions->intval($_GET["server_id"]);
$client_group_id = $app->functions->intval($_GET["client_group_id"]);
$ip_type = $app->db->quote($_GET['ip_type']);
$ip_type = $_GET['ip_type'];
if($_SESSION["s"]["user"]["typ"] == 'admin' or $app->auth->has_clients($_SESSION['s']['user']['userid'])) {