mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added link to our new knowledge base repository, and added changelog entry!
This commit is contained in:
parent
dd0da349bb
commit
4b41f9bf9f
10
ChangeLog
10
ChangeLog
@ -1,4 +1,14 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.1.6 (beta), 2008-05-19
|
||||
- Fixed filter bug, if you want to filter with ":", you can do this by
|
||||
using "\:" now.
|
||||
- Added donate button ;)
|
||||
- Changed install.php handling, so it is not necessary to remove the
|
||||
script after installation anymore. It is only possible to use
|
||||
install.php if the config.php is empty or does not exist.
|
||||
- Added check for installed PHP Version. phpLogCon will refuse to run
|
||||
on PHP4 or lower from now on!
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.1.5 (beta), 2008-05-05
|
||||
- Converted all files into UNIX format (^M has been removed)
|
||||
---------------------------------------------------------------------------
|
||||
|
@ -73,7 +73,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.1.2";
|
||||
$content['BUILDNUMBER'] = "2.1.6";
|
||||
$content['TITLE'] = "PhpLogCon - Release " . $content['BUILDNUMBER']; // Title of the Page
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
$content['EXTRA_METATAGS'] = "";
|
||||
|
@ -7,6 +7,7 @@
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="125"><a class="topmenu1_link" href="" target="_top">Database Options</a></td>-->
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="?" target="_top">Refresh</a></td>-->
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="http://wiki.rsyslog.com/index.php/PhpLogCon" target="phplogcon_help">Help</a></td>
|
||||
<td class="topmenu1" nowrap align="center" width="200"><a class="topmenu1_link" href="http://kb.monitorware.com/search.php" target="_blank">Search in Knowledge Base</a></td>
|
||||
<td class="topmenuend" nowrap align="center" width="max"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user