From 9592c1327f10f9c8be947f81abcd8c4d8d7343fa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 25 Jan 2011 12:12:54 -0500 Subject: Prevent drop down menu creation --- usr/local/www/services_captiveportal_hostname.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/services_captiveportal_hostname.php') diff --git a/usr/local/www/services_captiveportal_hostname.php b/usr/local/www/services_captiveportal_hostname.php index 2840479..dcf5dc3 100755 --- a/usr/local/www/services_captiveportal_hostname.php +++ b/usr/local/www/services_captiveportal_hostname.php @@ -101,7 +101,7 @@ include("head.inc"); $tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php"); $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php"); $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php"); - display_top_tabs($tab_array); + display_top_tabs($tab_array, true); ?> -- cgit v1.1