Merge branch 'master' into spezial_includes

This commit is contained in:
root 2010-12-27 13:43:23 +01:00
commit 4c48c66450
2 changed files with 4 additions and 1 deletions

View File

@ -9,4 +9,8 @@ $IAXserver="voip.eventphone.de";
//Asterisk output dir
$AsteriskOutputDir="/var/spool/asterisk/outgoing";
// enable DEBUG messages
//$DebugDECT = 1;
dd
?>

View File

@ -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-";