summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-18 18:05:42 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-18 18:05:42 -0500
commit4b54648ce2957f38c04904d9346d6289f333d3f3 (patch)
tree672f76eadd80944e581b805fe1d319580b4ffcb5 /usr
parent99a20c515768777989fa92c30a67b2548a702e7d (diff)
downloadpfsense-4b54648ce2957f38c04904d9346d6289f333d3f3.zip
pfsense-4b54648ce2957f38c04904d9346d6289f333d3f3.tar.gz
Rename conf to x counter
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer/installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 151095e..b1f991e 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -448,8 +448,8 @@ function verify_before_install() {
if($_REQUEST['fstype'] <> "SWAP") {
$tmparray['mountpoint'] = $_REQUEST['mountpoint' . $x];
if($tmparray['mountpoint'] == "/conf") {
- $tmparray['mountpoint'] = "/confa";
- $error_txt = "<center><font color='red'>/conf is not an allowed mount point and has been renamed.</font></center><br/>";
+ $tmparray['mountpoint'] = "/conf{$x}";
+ $error_txt .= "<center><font color='red'>/conf is not an allowed mount point and has been renamed to /conf{$x}.</font></center><br/>";
}
} else {
$tmparray['mountpoint'] = "none";
OpenPOWER on IntegriCloud