X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=blobdiff_plain;f=install.php;h=2752c967677cddc4dc07e68d43537893fbe4413e;hp=352d5a143c80ed436a532d6553faec788887e589;hb=c4f60ab444ab4768d12c5a4e6de010b185da7528;hpb=c0f65f6ea76ffa035cbf2c4126bedaae9d8752c8 diff --git a/install.php b/install.php index 352d5a143c..2752c96767 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)

    -
  • @@ -268,10 +265,10 @@ class WebInstaller extends Installer
  • Initial access settings for your site

  • @@ -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" - - -