Added link to our new knowledge base repository, and added changelog entry!

This commit is contained in:
Andre Lorbach 2008-05-19 15:17:06 +02:00
parent dd0da349bb
commit 4b41f9bf9f
3 changed files with 12 additions and 1 deletions

View File

@ -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)
---------------------------------------------------------------------------

View File

@ -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'] = "";

View File

@ -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">&nbsp;</td>
</tr>
</table>