Merge branch 'v3-stable' of ssh://al@git.adiscon.com/git/phplogcon into v3-stable

This commit is contained in:
Andre Lorbach 2011-12-01 17:03:30 +01:00
commit 05f5fef038
27 changed files with 136 additions and 25 deletions

View File

@ -1,3 +1,10 @@
This work is released to the free software world via the GNU GPLv3, which can
be found below. However, Adiscon GmbH also offers commercial licenses for
those in the need. For questions, please contact info@adiscon.com or visit
http://loganalyzer.adiscon.com/commercial
-------------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

View File

@ -29,6 +29,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -150,4 +154,4 @@ $page -> parser($content, "asktheoracle.html");
$page -> output();
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -524,4 +528,4 @@ if ( $content['error_occured'] )
$graph->StrokeCSIM( basename(__FILE__), '', 0);
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -275,4 +279,4 @@ $page -> output();
// --- Helper functions
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -455,4 +459,4 @@ $page -> output();
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -418,4 +422,4 @@ else
}
// ---
?>
?>

View File

@ -26,6 +26,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -151,4 +155,4 @@ $CFG['Charts'][] = array ( "DisplayName" => "Usage by Day", "chart_type" => CHAR
// --- %Insert Source Here%
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -75,4 +79,4 @@ define('ERROR_DB_CHECKSUMERROR', 30);
define('ERROR_DB_CHECKSUMCHANGEFAILED', 31);
define('ERROR_DB_ADDDBFIELDFAILED', 32);
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -114,4 +118,4 @@ $content['filter_messagetype_list'][] = array( "ID" => IUT_NT_EventReport, "Disp
$content['filter_messagetype_list'][] = array( "ID" => IUT_File_Monitor, "DisplayName" => "File Monitor", "selected" => "" );
$content['filter_messagetype_list'][] = array( "ID" => IUT_WEBSERVERLOG, "DisplayName" => "Webserver Logfile", "selected" => "" );
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -222,4 +226,4 @@ define('ENC_UTF8', "utf-8");
$encodings[ENC_ISO_8859_1] = array("ID" => ENC_ISO_8859_1);
$encodings[ENC_UTF8] = array("ID" => ENC_UTF8);
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -385,4 +389,4 @@ define('EVTIME_TIMESTAMP', '0');
define('EVTIME_TIMEZONE', '1');
define('EVTIME_MICROSECONDS', '2');
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -1956,4 +1960,4 @@ function MultiSortArrayByItemCountAsc( $arrayFirst, $arraySecond )
}
// ---
?>
?>

View File

@ -26,6 +26,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -1001,4 +1005,4 @@ function LoadSourcesFromDatabase()
}
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -447,4 +451,4 @@ function GetRowsAffected()
return mysql_affected_rows();
}
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -195,4 +199,4 @@ function CreateHTMLFooter()
}
?>
?>

View File

@ -24,6 +24,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -353,4 +357,4 @@ function GetDateTimeDetailsFromTimeString($szTimeString, &$second, &$minute, &$h
return false;
}
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -317,4 +321,4 @@ function GetPriorityFromDebugLevel( $DebugLevel )
}
}
?>
?>

View File

@ -29,6 +29,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -254,4 +258,4 @@ function ConvertCustomSources()
}
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -361,4 +365,4 @@ function CompareVersionNumbers( $oldVer, $newVer )
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -1000,4 +1004,4 @@ function AddOnClickMenu(&$fieldGridItem, $fieldType, $FieldID)
}
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -830,4 +834,4 @@ function InitUserDbSettings()
define('DB_VIEWS', $CFG['UserDBPref'] . "views");
}
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -108,4 +112,4 @@ $page -> parser($content, "login.html");
$page -> output();
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -213,4 +217,4 @@ if ( $content['error_occured'] || $content['report_success'] )
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -239,4 +243,4 @@ $page -> parser($content, "search.html");
$page -> output();
// ---
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -155,4 +159,4 @@ $page -> output();
//include($gl_root_path . 'include/functions_installhelpers.php');
//ConvertCustomCharts();
?>
?>

View File

@ -28,6 +28,10 @@
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
*
* Adiscon LogAnalyzer is also available under a commercial license.
* For details, contact info@adiscon.com or visit
* http://loganalyzer.adiscon.com/commercial
*********************************************************************
*/
@ -108,4 +112,4 @@ if ( isset($_GET['op']) )
// Final redirect
RedirectPage( $szRedir );
// ---
?>
?>