diff options
author | root <root@www.engelsystem.de> | 2010-12-27 13:43:23 +0100 |
---|---|---|
committer | root <root@www.engelsystem.de> | 2010-12-27 13:43:23 +0100 |
commit | 4c48c66450d89f42a2bcf6543dbc9c1a3d5bd0e7 (patch) | |
tree | abbbbec1aef857621e31fd0fd1097ef1562afcc6 | |
parent | 8a2edfb5f3868a1a9f330d61ae428828a930d3af (diff) | |
parent | d0eb11e952385ce7ac5bd66693246722a6c91131 (diff) |
Merge branch 'master' into spezial_includes
-rw-r--r-- | default-conf/var_www_includes/config_IAX.php | 4 | ||||
-rwxr-xr-x | www-ssl/admin/userSaveNormal.php | 1 |
2 files changed, 4 insertions, 1 deletions
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-"; |