tbrehm
2011-12-15 c53695f5ac6ec973a8e8b4af914f629b2c40f465
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;
?>