init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
10
scripts/ajax/login_edv.php
Normal file
10
scripts/ajax/login_edv.php
Normal 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');
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue