summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_pptp.php')
-rwxr-xr-xusr/local/www/vpn_pptp.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 5216ff4..feeb739 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -178,10 +178,12 @@ function enable_change(enable_over) {
<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
- <ul id="tabnav">
- <li class="tabact">Configuration</li>
- <li class="tabinact"><a href="vpn_pptp_users.php">Users</a></li>
- </ul>
+<?php
+ $tab_array = array();
+ $tab_array[0] = array("Configuration", true, "vpn_pptp.php");
+ $tab_array[1] = array("Users", false, "vpn_pptp_users.php");
+ display_top_tabs($tab_array);
+?>
</td></tr>
<tr>
<td class="tabcont">
OpenPOWER on IntegriCloud