summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-07 09:05:06 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-07 09:05:06 -0400
commitd8ed9328d7924c91d4cef20584facd119e55a85f (patch)
tree1fc5545f12a247edd957c3805a1913298a4a1ae8 /src/usr/local/www/head.inc
parentea1bbc43042235f4d763421702408072499e8d87 (diff)
downloadpfsense-d8ed9328d7924c91d4cef20584facd119e55a85f.zip
pfsense-d8ed9328d7924c91d4cef20584facd119e55a85f.tar.gz
Fixed #5277
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 2621cc0..a6b1d9d 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -447,7 +447,7 @@ if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {
}
if (!empty($ssvc)) {
// echo '<li>'. get_service_status_icon($ssvc, false). '</li>'; TODO: Add missing function
- echo '<li>'. get_service_control_links($ssvc, false). '</li>';
+ echo '<li>'. get_service_control_GET_links($ssvc, false). '</li>';
}
}
OpenPOWER on IntegriCloud