loganalyzer/forms/filter-host.php
Michael Meckelein e7bcb0f344 search-msg.php
* 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
2005-09-19 14:02:16 +00:00

5 lines
113 B
PHP

<?php
echo '<input type="text" name="filhost" size="30" value="';
echo $_SESSION['filhost'];
echo '">';
?>