|
|
|
@ -146,7 +146,6 @@ if ($name AND $passwort) {
|
|
|
|
|
<a href=index.php?as=login>Login</a><br>
|
|
|
|
|
<a href=index.php?as=aktiv>Account Aktivieren</a><br>
|
|
|
|
|
<a href=index.php?as=pw>Passwort Vergessen?</a><br>
|
|
|
|
|
<a href=index.php?as=info/logs>Login Probleme?</a><br>
|
|
|
|
|
";
|
|
|
|
|
}
|
|
|
|
|
$active = mysql_fetch_assoc(mysql_query('select count(*) as anzahl from user where online_zeit between TIMESTAMPADD(DAY, -7, now()) and now()'));
|
|
|
|
|