file vergessen

git-svn-id: svn://svn.cccv.de/engel-system@136 29ba0400-6e00-0410-a75a-ca02368028f8
main
cookie 19 years ago
parent 39c5125ac4
commit 05c06b6380

@ -0,0 +1,3 @@
[Engelsystem]
exten => s,1,Playback(demo-abouttotry);

@ -0,0 +1,6 @@
[Engelsystem]
type=user ; friend (allow user to make calls and to be called), peer (user can be only called) or user (user can call only).
auth=md5
secret=password
host=<host ip>
context=Engelsystem

@ -0,0 +1,12 @@
<?PHP
echo "<br>";
if( strpos( $_SERVER["REQUEST_URI"], "?") >0)
$URL = $_SERVER["REQUEST_URI"]. "&SetLanguage=";
else
$URL = $_SERVER["REQUEST_URI"]. "?SetLanguage=";
echo "<a href=\"". $URL. "DE\"><img src=\"./inc/flag/de.gif\" alt=\"DE\"></a> ";
echo "<a href=\"". $URL. "EN\"><img src=\"./inc/flag/en.gif\" alt=\"En\"></a> ";
?>
Loading…
Cancel
Save