1. Import
This commit is contained in:
16
html/include/ajaxReqTickerMsgs.php
Normal file
16
html/include/ajaxReqTickerMsgs.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
include_once ("../include/global.inc.php");
|
||||
include_once ("../include/auth.inc.php");
|
||||
include_once ("../include/inc_user.inc.php");
|
||||
|
||||
// Check HTTP-Parameters
|
||||
// Stocks
|
||||
getSecHttpVars("1",array("tickerHeader"));
|
||||
|
||||
if ($tickerHeader != "") :
|
||||
header("Content-Type: text/html; charset=ISO-8859-1\n");
|
||||
endif;
|
||||
|
||||
|
||||
echo getUserMessages("1");
|
||||
?>
|
||||
Reference in New Issue
Block a user