summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-18 14:44:15 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-18 14:44:15 -0400
commit29fda3d3cea4bd800568f82a1203db8cd13a82e2 (patch)
tree278005c24c915cacbec06a807c5c8ec8ffc04a33 /src/usr/local/www/head.inc
parentbd81781ecfe9dd49b5449dd578fa584297739242 (diff)
downloadpfsense-29fda3d3cea4bd800568f82a1203db8cd13a82e2.zip
pfsense-29fda3d3cea4bd800568f82a1203db8cd13a82e2.tar.gz
Make services POST only by providing JS code in pfSenseHelpers.js
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/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 891884e..4aa2963 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -575,7 +575,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_GET_links($ssvc, false). '</li>';
+ echo '<li>'. get_service_control_links($ssvc, false). '</li>';
}
}
OpenPOWER on IntegriCloud