summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 17:03:19 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 17:03:32 -0500
commit1e2ee7148d43ad6a8565d36451ac475aa062d9c2 (patch)
tree3c5d5b316ab822f49bf4e8a90fa504b763792baf /usr
parentc3a56ba93a02b3a46b228dca83ff62e6abe591ff (diff)
downloadpfsense-1e2ee7148d43ad6a8565d36451ac475aa062d9c2.zip
pfsense-1e2ee7148d43ad6a8565d36451ac475aa062d9c2.tar.gz
Redirect to correct page
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal_hostname.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal_hostname.php b/usr/local/www/services_captiveportal_hostname.php
index 5d1afaf..3668a35 100755
--- a/usr/local/www/services_captiveportal_hostname.php
+++ b/usr/local/www/services_captiveportal_hostname.php
@@ -89,7 +89,7 @@ include("head.inc");
?>
<?php include("fbegin.inc"); ?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<form action="services_captiveportal_ip.php" method="post">
+<form action="services_captiveportal_hostname.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
@@ -140,7 +140,7 @@ include("head.inc");
<?=htmlspecialchars($ip['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list"> <a href="services_captiveportal_hostname_edit.php?id=<?=$i;?>"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_e.gif" title="<?=gettext("edit address"); ?>" width="17" height="17" border="0"></a>
- &nbsp;<a href="services_captiveportal_ip.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this address?"); ?>')"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_x.gif" title="<?=gettext("delete address"); ?>" width="17" height="17" border="0"></a></td>
+ &nbsp;<a href="services_captiveportal_hostname.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this address?"); ?>')"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_x.gif" title="<?=gettext("delete address"); ?>" width="17" height="17" border="0"></a></td>
</tr>
<?php $i++; endforeach; ?>
<tr>
OpenPOWER on IntegriCloud