mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Added versions info
This commit is contained in:
parent
58765a5ca0
commit
c8f1d939db
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
10
config.php
10
config.php
@ -4,8 +4,6 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
Free Software Foundation; either version 2 of the License, or (at your
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
@ -52,10 +50,10 @@ See AUTHORS to learn who helped make it become a reality.
|
|||||||
define('_DBNAME', 'phplogcon');
|
define('_DBNAME', 'phplogcon');
|
||||||
|
|
||||||
// Userid for database connection ***
|
// Userid for database connection ***
|
||||||
define('_DBUSERID', 'root');
|
define('_DBUSERID', 'MonitorWareUser');
|
||||||
|
|
||||||
// Password for database connection ***
|
// Password for database connection ***
|
||||||
define('_DBPWD', '');
|
define('_DBPWD', 'UsersPassword');
|
||||||
|
|
||||||
// table name
|
// table name
|
||||||
define('_DBTABLENAME', 'SystemEvents');
|
define('_DBTABLENAME', 'SystemEvents');
|
||||||
@ -124,6 +122,10 @@ See AUTHORS to learn who helped make it become a reality.
|
|||||||
// Custom Admin Message (appears on the homepage)
|
// Custom Admin Message (appears on the homepage)
|
||||||
define('_AdminMessage', "");
|
define('_AdminMessage', "");
|
||||||
|
|
||||||
|
// Version Number
|
||||||
|
define('_VersionMajor', "1");
|
||||||
|
define('_VersionMinor', "2");
|
||||||
|
define('_VersionPatchLevel', "0");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
***** END VARIOUS SETTINGS *****
|
***** END VARIOUS SETTINGS *****
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
Free Software Foundation; either version 2 of the License, or (at your
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
@ -28,12 +26,10 @@ See AUTHORS to learn who helped make it become a reality.
|
|||||||
*/#### #### #### #### #### #### #### #### #### ####
|
*/#### #### #### #### #### #### #### #### #### ####
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
include 'include.php';
|
include 'include.php';
|
||||||
include _CLASSES . 'eventsnavigation.php';
|
include _CLASSES . 'eventsnavigation.php';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(_ENABLEUI == 1)
|
if(_ENABLEUI == 1)
|
||||||
{
|
{
|
||||||
// *** WHEN TRUE, LOGOUT USER ***
|
// *** WHEN TRUE, LOGOUT USER ***
|
||||||
@ -92,6 +88,11 @@ See AUTHORS to learn who helped make it become a reality.
|
|||||||
}
|
}
|
||||||
|
|
||||||
WriteStandardHeader('Index');
|
WriteStandardHeader('Index');
|
||||||
|
|
||||||
|
// Show current Version Number (configurable in config.php):
|
||||||
|
echo "<br><b>phpLogCon version "._VersionMajor."."._VersionMinor."."._VersionPatchLevel."</b><br>";
|
||||||
|
|
||||||
|
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
include _CLASSES . 'eventfilter.php';
|
include _CLASSES . 'eventfilter.php';
|
||||||
|
|
||||||
|
@ -1,5 +1,32 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*#### #### #### #### #### #### #### #### #### ####
|
||||||
|
phpLogCon - A Web Interface to Log Data.
|
||||||
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with this program;
|
||||||
|
if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||||
|
MA 02111-1307, USA.
|
||||||
|
|
||||||
|
If you have questions about phpLogCon in general, please email info@adiscon.com.
|
||||||
|
To learn more about phpLogCon, please visit http://www.phplogcon.com.
|
||||||
|
|
||||||
|
This Project was intiated and is maintened by Rainer Gerhards <rgerhards@hq.adiscon.com>.
|
||||||
|
See AUTHORS to learn who helped make it become a reality.
|
||||||
|
|
||||||
|
*/#### #### #### #### #### #### #### #### #### ####
|
||||||
|
|
||||||
function WriteHead($title)
|
function WriteHead($title)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -2,19 +2,28 @@
|
|||||||
|
|
||||||
/*#### #### #### #### #### #### #### #### #### ####
|
/*#### #### #### #### #### #### #### #### #### ####
|
||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2003 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
This program is free software; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
||||||
|
|
||||||
If you have questions about phpLogCon in general, please email info@adiscon.com. To learn more about phpLogCon, please visit
|
This program is distributed in the hope that it will be useful,
|
||||||
http://www.phplogcon.com.
|
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
This Project was intiated and is maintened by Rainer Gerhards <rgerhards@hq.adiscon.com>. See AUTHORS to learn who helped make
|
You should have received a copy of the GNU General Public License along with this program;
|
||||||
it become a reality.
|
if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||||
|
MA 02111-1307, USA.
|
||||||
|
|
||||||
|
If you have questions about phpLogCon in general, please email info@adiscon.com.
|
||||||
|
To learn more about phpLogCon, please visit http://www.phplogcon.com.
|
||||||
|
|
||||||
|
This Project was intiated and is maintened by Rainer Gerhards <rgerhards@hq.adiscon.com>.
|
||||||
|
See AUTHORS to learn who helped make it become a reality.
|
||||||
|
|
||||||
*/#### #### #### #### #### #### #### #### #### ####
|
*/#### #### #### #### #### #### #### #### #### ####
|
||||||
|
|
||||||
|
@ -2,19 +2,28 @@
|
|||||||
|
|
||||||
/*#### #### #### #### #### #### #### #### #### ####
|
/*#### #### #### #### #### #### #### #### #### ####
|
||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2003 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
This program is free software; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
||||||
|
|
||||||
If you have questions about phpLogCon in general, please email info@adiscon.com. To learn more about phpLogCon, please visit
|
This program is distributed in the hope that it will be useful,
|
||||||
http://www.phplogcon.com.
|
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
This Project was intiated and is maintened by Rainer Gerhards <rgerhards@hq.adiscon.com>. See AUTHORS to learn who helped make
|
You should have received a copy of the GNU General Public License along with this program;
|
||||||
it become a reality.
|
if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||||
|
MA 02111-1307, USA.
|
||||||
|
|
||||||
|
If you have questions about phpLogCon in general, please email info@adiscon.com.
|
||||||
|
To learn more about phpLogCon, please visit http://www.phplogcon.com.
|
||||||
|
|
||||||
|
This Project was intiated and is maintened by Rainer Gerhards <rgerhards@hq.adiscon.com>.
|
||||||
|
See AUTHORS to learn who helped make it become a reality.
|
||||||
|
|
||||||
*/#### #### #### #### #### #### #### #### #### ####
|
*/#### #### #### #### #### #### #### #### #### ####
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
phpLogCon - A Web Interface to Log Data.
|
phpLogCon - A Web Interface to Log Data.
|
||||||
Copyright (C) 2004-2005 Adiscon GmbH
|
Copyright (C) 2004-2005 Adiscon GmbH
|
||||||
|
|
||||||
Version 1.1
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user