summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-17 17:10:34 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-17 17:10:34 -0500
commit15226bf3de0469bda326f28caf59dac679f9016a (patch)
treefd5818533486af48c89e92eb76889815e8448ea5 /usr
parent9f154c1699e0e6486e87f990735aaebde99bb208 (diff)
downloadpfsense-15226bf3de0469bda326f28caf59dac679f9016a.zip
pfsense-15226bf3de0469bda326f28caf59dac679f9016a.tar.gz
Moving installer to it's own directory since we will have a number of helper javascript files and such soon
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer/default.php (renamed from usr/local/www/installer.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer/default.php
index 72199ad..238a1cb 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer/default.php
@@ -461,7 +461,7 @@ function verify_before_install() {
$disksize = format_bytes($disk['size'] * 1048576);
if($_REQUEST['swapsize'])
$swapsize = htmlspecialchars($_REQUEST['swapsize']);
- if($swapsize)
+ if($_REQUEST['swapsize'])
$swapsizeline = "<tr><td align=\"right\"><b>SWAP Size:</td><td>{$swapsize}</td></tr>";
$fstype_echo = htmlspecialchars($_REQUEST['fstype']);
$encpass = htmlspecialchars($_REQUEST['encpass']);
OpenPOWER on IntegriCloud