262 Commits

Author SHA1 Message Date
Michael Meckelein
021b02e596 error_reporting disabled by default (include.php) 2005-09-26 06:31:31 +00:00
Michael Meckelein
c8f1d939db Added versions info v1-2-0 2005-09-21 12:19:01 +00:00
Rainer Gerhards
58765a5ca0 fixed tiny typo ;) 2005-09-20 12:53:24 +00:00
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
Rainer Gerhards
9b307eddcc hehe... test admin message was left in config - fixed ;) 2005-08-17 14:36:12 +00:00
Rainer Gerhards
34e0ce649e some more GUI improvements 2005-08-17 13:35:09 +00:00
Rainer Gerhards
94526d6846 line length trimmed, layout improved, display enhanced (especially on details page) 2005-08-16 15:47:57 +00:00
Rainer Gerhards
c76d5b0d40 some cleanup of the file (copyright, meta tags and other minor things) - NOT YET TESTED! v1-1-0 2005-08-09 15:56:34 +00:00
Rainer Gerhards
ab5153b280 there was never before a version number - fixed this now 2005-08-09 15:21:52 +00:00
Michael Meckelein
95870c94b7 Chancing filter does not work, because the header was already sent due to
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.
2005-08-09 15:02:05 +00:00
Rainer Gerhards
28303608c7 updating to 1.0 beta version 2005-07-21 12:25:42 +00:00
Rainer Gerhards
3ba2be96cb Initial revision 2004-11-02 12:06:34 +00:00