diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-25 03:56:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-25 03:56:23 +0000 |
commit | 6bc8118e310cee08e2290e0c347ed3b94a6a694e (patch) | |
tree | c915de9a825f9d85c6fc55438f3eb60351b2750f | |
parent | edb2ed902df84b15eb48edb68e1e33c6f0951a3e (diff) | |
download | pfsense-6bc8118e310cee08e2290e0c347ed3b94a6a694e.zip pfsense-6bc8118e310cee08e2290e0c347ed3b94a6a694e.tar.gz |
Remove debugging info.
-rw-r--r-- | usr/local/www/wizards/setup_wizard.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index f8f02b5..1f8faa3 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -2264,8 +2264,6 @@ </field> </fields> <stepsubmitbeforesave> - echo " IN STEP SUBMIT BEFORE SAVE!" ; - echo " " . $_POST['selectedtype']; if($_POST['selectedtype'] == "Static") { } else { echo $_POST['selectedtype'] . " "; $_POST['ipaddress'] = $_POST['selectedtype']; |