summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorCharlie Root <root@pfsense.localdomain>2012-06-16 17:58:51 +0000
committerCharlie Root <root@pfsense.localdomain>2012-06-16 17:58:51 +0000
commit4e8854c66ae2e4e40d46a1b2c33c27538b6d2f4c (patch)
treed98ec5039fc4a217fbe6efde91fcf8065aaba679 /usr/local/www/index.php
parent2229d94e840239fee85c8583081c17aa74bf8425 (diff)
downloadpfsense-4e8854c66ae2e4e40d46a1b2c33c27538b6d2f4c.zip
pfsense-4e8854c66ae2e4e40d46a1b2c33c27538b6d2f4c.tar.gz
improve alias popup in firewall_rules
include url_table list up to 10000 items read alias only on mouseover use table to list columns show edit shortcut show total items value on popup description
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 9b19a48..1287672 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -58,11 +58,14 @@ require_once('guiconfig.inc');
require_once('notices.inc');
if(isset($_REQUEST['closenotice'])){
- include("functions.inc");
close_notice($_REQUEST['closenotice']);
echo get_menu_messages();
exit;
}
+if ($_REQUEST['act'] == 'alias_info_popup' && !preg_match("/\D/",$_REQUEST['aliasid'])){
+ alias_info_popup($_REQUEST['aliasid']);
+ exit;
+}
if($g['disablecrashreporter'] != true) {
// Check to see if we have a crash report
OpenPOWER on IntegriCloud