init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
13
scripts/ajax/infos.php
Normal file
13
scripts/ajax/infos.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL); ini_set('display_errors',0);
|
||||
|
||||
//--------------------------------- auslesen ungelesene Nachrichten -------------------------------------------------------------
|
||||
$smsnotread = $GLOBALS['mysql']->query_array("SELECT * FROM log_sms WHERE gelesen = 0 and incoming = 1 ORDER BY senddate DESC");
|
||||
$template->assign('smsnotread', $smsnotread);
|
||||
$template->assign('notread', array_values($smsnotread));
|
||||
|
||||
$template->assign('content', 'tpl/ajax/infos.tpl');
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue