From b128368a99b46308406b0082effb6dd2fe1e4284 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 3 Jul 2005 17:04:44 +0000 Subject: Use $pgtitle --- usr/local/www/vpn_pptp_users_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/vpn_pptp_users_edit.php') diff --git a/usr/local/www/vpn_pptp_users_edit.php b/usr/local/www/vpn_pptp_users_edit.php index 98f9164..683b717 100755 --- a/usr/local/www/vpn_pptp_users_edit.php +++ b/usr/local/www/vpn_pptp_users_edit.php @@ -29,7 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. */ -$pgtitle = array("VPN", "PPTP", "Edit user"); require("guiconfig.inc"); if (!is_array($config['pptpd']['user'])) { @@ -110,11 +109,13 @@ if ($_POST) { } } +$pgtitle = "VPN: PPTP: Edit User"; include("head.inc"); ?> +

-- cgit v1.1