This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
$abfrage_monline = $GLOBALS['mysql']->query_array("SELECT * FROM benutzer WHERE session_update>0 and id>0 ORDER BY session_update DESC LIMIT 0,5");
$template->assign('abfrage_monline', $abfrage_monline);
$template->assign('zeit_online',time()-(3600));
$template->assign('zeit_live',time()-(70));
//----------------------------------------------------------------------------------------------------
$template->assign('zeit_so',time()-(3600));
$template->assign('zeit_live2',time()-(130));
$template->assign('content', 'tpl/ajax/login_edv.tpl');
?>