Michael Meckelein
9cdb5717a6
support for displaying local time
2006-04-12 15:51:37 +00:00
Michael Meckelein
2ec85c38f4
in database-config the language option is checked??? I have removed this.
2006-04-12 12:34:22 +00:00
Michael Meckelein
870e608e8c
Database Options does not work correctly other databases than MySQL in native mode. This is fixed now.
2006-04-12 12:33:49 +00:00
Michael Meckelein
57e734b804
minor fix in user module. The user cookie was checked for a value even if the cookie does not exist
2006-04-12 12:24:04 +00:00
Michael Meckelein
64e993fc30
Improved "Search only for IP", simply changed one sql statement. Now it uses like instead of =
2006-02-06 09:26:44 +00:00
Michael Meckelein
a2693a0374
fixed security bug in user validation
v1-2-2
2005-12-12 11:17:54 +00:00
Michael Meckelein
cec1cb4019
history updated
2005-12-05 16:19:59 +00:00
Michael Meckelein
1b2e0e2d3d
fixed some table style bugs
2005-12-05 16:16:58 +00:00
Michael Meckelein
d3d6d33247
added new files for database config
2005-12-05 15:08:29 +00:00
Michael Meckelein
bec0757079
- Database options added (choosing database during runtime)
...
- version number bug removed
- history information added
2005-12-05 14:53:50 +00:00
Michael Meckelein
50afe2278d
"Message must contain" filter enhanced.
2005-12-05 14:51:04 +00:00
Michael Meckelein
721ac5d69a
these are all legacy files. Removed from cvs, because the files can easily mistaken with the correct onces from the phplogcon\\script folder.
2005-12-05 14:50:03 +00:00
Michael Meckelein
b44c0e8d53
version number changed to 1.2.1
2005-10-19 14:19:30 +00:00
Michael Meckelein
e93c839a02
history update
2005-09-26 14:52:06 +00:00
Michael Meckelein
4e6b976241
file: scripts\\mysql_ct*.sql
...
- removed semicolon at the end of the query
file: scripts\\config.php.ex
- added version number vars
2005-09-26 14:32:00 +00:00
Michael Meckelein
89830877b1
EventsTable.sql removed blank
2005-09-26 09:29:24 +00:00
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