die gute Einwahl- und Abrechnungsverwaltung fuer wg-netze
This commit is contained in:
parent
a8998763b3
commit
4c9a86a6d0
24 changed files with 2350 additions and 0 deletions
13
wg-dialer/homepage/tarifWechsel.php
Normal file
13
wg-dialer/homepage/tarifWechsel.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
|
||||
require_once("definitionen.php");
|
||||
|
||||
$tarif=holeTarif();
|
||||
|
||||
if (substr_count($tarif,"XXL") > 0)
|
||||
setzeTarif("normal");
|
||||
else setzeTarif("xxl");
|
||||
|
||||
include("index.php");
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue