10 lines
No EOL
145 B
PHP
10 lines
No EOL
145 B
PHP
<?PHP
|
|
|
|
print "<DIV ALIGN=\"CENTER\"><BR>";
|
|
$namen = holeAktiveNutzer();
|
|
|
|
print "<B>offene Verbindungen:</B> $namen";
|
|
|
|
print "<BR><BR></DIV>";
|
|
|
|
?>
|