X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=d72cf69b07b68dd1429755a73ad6fff4ee2b2d25;hb=56d431320db704fb4b1d746db829f1bfa8bba83a;hp=352d5a143c80ed436a532d6553faec788887e589;hpb=9291225a69c586424fb5a40588c115bf1b78bce1;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 352d5a143c..d72cf69b07 100644 --- a/install.php +++ b/install.php @@ -165,7 +165,9 @@ class WebInstaller extends Installer } else { $checked = ''; } - $dbRadios .= " $info[name]
\n"; + $dbRadios .= sprintf('%3$s
', + htmlspecialchars($type), $checked, + htmlspecialchars($info['name'])); } } @@ -212,7 +214,7 @@ class WebInstaller extends Installer
  • - $dbRadios + {$dbRadios}

    Database type

  • @@ -255,11 +257,6 @@ class WebInstaller extends Installer

    Optional email address for the initial user (administrator)

  • -
  • - - -

    Release and security feed from update@status.net (recommended)

    -
  • @@ -331,7 +328,6 @@ STR; $this->adminPass = $post->string('admin_password'); $adminPass2 = $post->string('admin_password2'); $this->adminEmail = $post->string('admin_email'); - $this->adminUpdates = $post->string('admin_updates'); $this->siteProfile = $post->string('site_profile'); @@ -380,19 +376,16 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - - -