Marius Cramer
2015-04-14 2af58c77572fbc32c1c617764ebdd0252be24292
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'])) {