tbrehm
2012-01-23 fea974d01416c9ecb57f801b1796d1332918063a
interface/web/sites/ajax_get_json.php
@@ -38,7 +38,7 @@
$web_id = intval($_GET["web_id"]);
$type = $_GET["type"];
if($_SESSION["s"]["user"]["typ"] == 'admin') {
//if($_SESSION["s"]["user"]["typ"] == 'admin') {
   if($type == 'getservertype'){
      $json = '{"servertype":"';
@@ -60,7 +60,7 @@
      $json .= '"}';
   }
}
//}
echo $json;
?>