diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-24 20:00:23 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-24 20:00:23 +0200 |
commit | f5c1c9086ec0d6f1e7d302c0f24637ec6e7c1f78 (patch) | |
tree | 5315f359d84dc01d287dccdd7007557ced7e79e5 /config/nut | |
parent | 803374f514759fa795a9e21eb5b2610385ff7b95 (diff) | |
download | pfsense-packages-f5c1c9086ec0d6f1e7d302c0f24637ec6e7c1f78.tar.gz pfsense-packages-f5c1c9086ec0d6f1e7d302c0f24637ec6e7c1f78.tar.bz2 pfsense-packages-f5c1c9086ec0d6f1e7d302c0f24637ec6e7c1f78.zip |
Remove useless stuff from file
Diffstat (limited to 'config/nut')
-rw-r--r-- | config/nut/ups_status.inc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/config/nut/ups_status.inc b/config/nut/ups_status.inc index ee6280f9..8953ff94 100644 --- a/config/nut/ups_status.inc +++ b/config/nut/ups_status.inc @@ -1,14 +1,6 @@ <?php -/* - $Id: ups_status.inc - File location: - \usr\local\www\widgets\include\ - Used by: - \usr\local\www\widgets\widgets\ups_status.widget.php -*/ - -//set variable for custom title +// set variable for custom title $ups_status_title = "UPS Status"; $ups_status_title_link = "status_nut.php"; |