summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_defaults.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-16 23:45:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-16 23:45:39 +0000
commit0799d0ffa1d149a5bde106d5968b628ebc344b93 (patch)
tree4f65b09f22bbd875e748bca7e2be1eebdedd6feb /usr/local/www/diag_defaults.php
parent54611f2471bb5ecf7d750407341d7afa26055e34 (diff)
downloadpfsense-0799d0ffa1d149a5bde106d5968b628ebc344b93.zip
pfsense-0799d0ffa1d149a5bde106d5968b628ebc344b93.tar.gz
Use a linked list, it looks better than a huge paragraph
Diffstat (limited to 'usr/local/www/diag_defaults.php')
-rwxr-xr-xusr/local/www/diag_defaults.php17
1 files changed, 10 insertions, 7 deletions
diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php
index 5d03c62..b1d092b 100755
--- a/usr/local/www/diag_defaults.php
+++ b/usr/local/www/diag_defaults.php
@@ -54,13 +54,16 @@ include("head.inc");
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($rebootmsg): echo print_info_box($rebootmsg); else: ?>
<form action="diag_defaults.php" method="post">
- <p><strong>If you click &quot;Yes&quot;, the firewall will be reset
- to factory defaults and will reboot immediately. The entire system
- configuration will be overwritten. The LAN IP address will be
- reset to 192.168.1.1, the system will be configured as a DHCP
- server, the WAN interface will be set to obtain an address from a DHCP server
- and the password will be set to 'pfsense'.<br>
- <br>
+ <p><strong>If you click &quot;Yes&quot;, the firewall will:
+
+ <ul>
+ <li>Reset to factory defaults</li>
+ <li>LAN IP address will be reset to 192.168.1.1</li>
+ <li>System will be configured as a DHCP server on the default LAN interface</li>
+ <li>Reboot after changes are installed</li>
+ <li>WAN interface will be set to obtain an address automatically from a DHCP server</li>
+ <li>Default webConfigurator password will be reset to 'pfsense'</li>
+ </ul>
Are you sure you want to proceed?</strong></p>
<p>
<input name="Submit" type="submit" class="formbtn" value=" Yes ">
OpenPOWER on IntegriCloud