summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
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