10 lines
No EOL
554 B
PHP
10 lines
No EOL
554 B
PHP
<?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');
|
|
?>
|