mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Changed hardcoded year 2010 to PHP's built-in time functions.
git-svn-id: http://www.observium.org/svn/observer/trunk@2376 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,7 +15,7 @@ echo($config['version']);
|
||||
<?php print_optionbar_start(NULL); ?>
|
||||
<h3>License</h3>
|
||||
<pre>Observium Network Management and Monitoring System
|
||||
Copyright (C) 2006-2010 Adam Armstrong
|
||||
Copyright (C) 2006-<?php echo date("Y"); ?> Adam Armstrong
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
Reference in New Issue
Block a user