X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=2752c967677cddc4dc07e68d43537893fbe4413e;hb=df0f9547b57e579b0016e04d3842fdeb3a8243a9;hp=07d79cdb3b4a6955b9b127cc380a82f00f0730f3;hpb=94741e6f7d45ab05c0d34a09271d8fda35eec658;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 07d79cdb3b..2752c96767 100644 --- a/install.php +++ b/install.php @@ -118,7 +118,7 @@ class WebInstaller extends Installer function main() { if (!$this->checkPrereqs()) { - $this->showForm(); + $this->warning(_('Please fix the above stated problems and refresh this page to continue installing.')); return; } @@ -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'); @@ -376,22 +372,20 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" Install GNU social - + - - - +