diff --git a/default-conf/var_www_includes/config_IAX.php b/default-conf/var_www_includes/config_IAX.php index db08c8b4..e7eca465 100644 --- a/default-conf/var_www_includes/config_IAX.php +++ b/default-conf/var_www_includes/config_IAX.php @@ -9,4 +9,8 @@ $IAXserver="voip.eventphone.de"; //Asterisk output dir $AsteriskOutputDir="/var/spool/asterisk/outgoing"; +// enable DEBUG messages +//$DebugDECT = 1; +dd + ?> diff --git a/www-ssl/admin/userSaveNormal.php b/www-ssl/admin/userSaveNormal.php index 9c4a85ee..adac1c23 100755 --- a/www-ssl/admin/userSaveNormal.php +++ b/www-ssl/admin/userSaveNormal.php @@ -33,7 +33,6 @@ if (IsSet($_GET["action"])) "`Aktiv`= '". $_POST["eAktiv"]. "', ". "`Tshirt` = '". $_POST["eTshirt"]. "', ". "`Hometown` = '". $_POST["Hometown"]. "', ". - "`Menu` = '". $_POST["eMenu"]. "' ". "WHERE `UID` = '". $_POST["enterUID"]. "' LIMIT 1;"; echo "User-";