summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-09 07:38:50 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-09 07:38:50 +0000
commit01eb687d7c2a2b3535555ba18b38996365c31b58 (patch)
tree3454b02149138206489c9442fba9316cecae3b25 /usr/local/www/interfaces.php
parent1e257f479a4f44ea75b09b8c964f359596cf4c3f (diff)
downloadpfsense-01eb687d7c2a2b3535555ba18b38996365c31b58.zip
pfsense-01eb687d7c2a2b3535555ba18b38996365c31b58.tar.gz
Catch up with file rename.
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 054d5ad..cc4818b 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -33,10 +33,10 @@
*/
##|+PRIV
-##|*IDENT=page-interfaces-wan
+##|*IDENT=page-interfaces
##|*NAME=Interfaces: WAN page
-##|*DESCR=Allow access to the 'Interfaces: WAN' page.
-##|*MATCH=interfaces_wan.php*
+##|*DESCR=Allow access to the 'Interfaces' page.
+##|*MATCH=interfaces.php*
##|-PRIV
if ($_REQUEST['if'])
@@ -597,7 +597,7 @@ function show_mon_config() {
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
- <form action="interfaces_wan.php?if=<?php echo "{$if}";?>" method="post" name="iform" id="iform">
+ <form action="interfaces.php?if=<?php echo "{$if}";?>" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">General configuration</td>
OpenPOWER on IntegriCloud