* use session data, no data from post!
color-expression.php
* use session data, no data from post!
filter-host.php
* use session data, no data from post!
syslog-display.php
syslog-index.php
* corrected color an expression handling
include.php
* $_SESSION['searchmsg'] was not correctly implement
* Add session handling for color an expression
syslog-index.php
/* 2005-09-19 by mm
* Removed the two lines below, because $_POST['sortMethode'] is never used!
* NOTE that it is not a good approach to assign values to $_POST or to any
* other PHP Superglobals!
if( !isset($_POST['sortMethode']) )
$_POST['sortMethode'] = "DESC";
* end 2005-09-19 */
index.php
* Note, msg in the future fixed (false timestamp)
de.php
en.php
*Entry added
some spaces before the leading <?php tag. I have also removed GetSortedArgs
function. It does not perform useful work in my opinion. Maybe it was a
legacy one which was overseen by introducing session vars.