Merge branch 'master' into spezial_includes
This commit is contained in:
commit
4c48c66450
|
@ -9,4 +9,8 @@ $IAXserver="voip.eventphone.de";
|
||||||
//Asterisk output dir
|
//Asterisk output dir
|
||||||
$AsteriskOutputDir="/var/spool/asterisk/outgoing";
|
$AsteriskOutputDir="/var/spool/asterisk/outgoing";
|
||||||
|
|
||||||
|
// enable DEBUG messages
|
||||||
|
//$DebugDECT = 1;
|
||||||
|
dd
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -33,7 +33,6 @@ if (IsSet($_GET["action"]))
|
||||||
"`Aktiv`= '". $_POST["eAktiv"]. "', ".
|
"`Aktiv`= '". $_POST["eAktiv"]. "', ".
|
||||||
"`Tshirt` = '". $_POST["eTshirt"]. "', ".
|
"`Tshirt` = '". $_POST["eTshirt"]. "', ".
|
||||||
"`Hometown` = '". $_POST["Hometown"]. "', ".
|
"`Hometown` = '". $_POST["Hometown"]. "', ".
|
||||||
"`Menu` = '". $_POST["eMenu"]. "' ".
|
|
||||||
"WHERE `UID` = '". $_POST["enterUID"].
|
"WHERE `UID` = '". $_POST["enterUID"].
|
||||||
"' LIMIT 1;";
|
"' LIMIT 1;";
|
||||||
echo "User-";
|
echo "User-";
|
||||||
|
|
Loading…
Reference in New Issue