mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 19:29:07 +02:00
Merge branch 'devel'
This commit is contained in:
commit
20e028f540
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.3.1 (devel), 2008-05-02
|
||||
- The page title is now created with Source, and other useful informations.
|
||||
It is also possible to configure a custom title string with the
|
||||
|
@ -8,6 +8,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