diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-09-11 15:44:53 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-09-11 15:44:53 -0400 |
commit | 53d4b84d21f099ef9126c9708ff5014b6ef46b12 (patch) | |
tree | 65443056c775debdd1571e9d025fb36a08eeac4a /usr/local | |
parent | 458871058e87de16b82d0fdef8bb0cd065a00578 (diff) | |
download | pfsense-53d4b84d21f099ef9126c9708ff5014b6ef46b12.zip pfsense-53d4b84d21f099ef9126c9708ff5014b6ef46b12.tar.gz |
Sort items
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index 8654fa0..6fb5d8d 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -115,8 +115,10 @@ if ($_GET['act'] == "delph2") $pgtitle = array("VPN","IPsec"); include("head.inc"); -?> +// Sort items +$a_phase1 = msort($a_phase1, "descr"); +?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> |