mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- s/Observer/ObserverNMS
- Added Adam again ;) git-svn-id: http://www.observium.org/svn/observer/trunk@1051 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -160,7 +160,7 @@ function popUp(URL) {
|
||||
$gentime = substr($run, 0, 5);
|
||||
|
||||
echo '<br /> <div id="footer">' . $config['footer'];
|
||||
echo '<br />Powered by <a href="http://www.observernms.org" target="_blank">Observer ' . $config['version'];
|
||||
echo '<br />Powered by <a href="http://www.observernms.org" target="_blank">ObserverNMS ' . $config['version'];
|
||||
|
||||
if (file_exists('.svn/entries'))
|
||||
{
|
||||
@@ -169,7 +169,7 @@ function popUp(URL) {
|
||||
unset($svn);
|
||||
}
|
||||
|
||||
echo '</a>. Copyright © 2006-'. date("Y"). '. All rights reserved.';
|
||||
echo '</a>. Copyright © 2006-'. date("Y"). ' by Adam Armstrong. All rights reserved.';
|
||||
|
||||
if ($config['page_gen']) {
|
||||
echo '<br />Generated in ' . $gentime . ' seconds.';
|
||||
|
||||
Reference in New Issue
Block a user