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
35
wg-dialer/homepage/index.php
Normal file
35
wg-dialer/homepage/index.php
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?PHP require_once("definitionen.php"); ?>
|
||||
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<HTTP-EQUIV="refresh" CONTENT="5; URL=http://io/index.php">
|
||||
<META HTTP-EQUIV="expires" content="0">
|
||||
<META HTTP-EQUIV="cache-control" content="no-cache">
|
||||
<TITLE>WG-Netzverwaltung</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
||||
<?PHP
|
||||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
include("verbindungsStatus.php");
|
||||
print "<HR>";
|
||||
|
||||
//include("nutzerStatus.php");
|
||||
//print "<HR>";
|
||||
|
||||
include("aktiveNutzer.php");
|
||||
print "<HR>";
|
||||
|
||||
include("aktionen.php");
|
||||
print "<HR>";
|
||||
|
||||
zeigeStatusMeldung();
|
||||
|
||||
?>
|
||||
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue