From 8aa81b791290163431e816952a2ee359d38e77af Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Sun, 26 Dec 2010 22:01:50 +0100 Subject: change default config --- default-conf/var_www_includes/config_IAX.php | 4 ++++ 1 file changed, 4 insertions(+) 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 + ?> -- cgit v1.2.3-54-g00ecf From d0eb11e952385ce7ac5bd66693246722a6c91131 Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Mon, 27 Dec 2010 13:41:54 +0100 Subject: bugfix menu position --- www-ssl/admin/userSaveNormal.php | 1 - 1 file changed, 1 deletion(-) diff --git a/www-ssl/admin/userSaveNormal.php b/www-ssl/admin/userSaveNormal.php index 58901938..c92e0349 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-"; -- cgit v1.2.3-54-g00ecf