X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=d72cf69b07b68dd1429755a73ad6fff4ee2b2d25;hb=0e52570bdce5f504c3e0ca6ed8a6cd381a0cd39f;hp=07d79cdb3b4a6955b9b127cc380a82f00f0730f3;hpb=268ce0770a42b1143a26f94c12a69e4ee19874f8;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 07d79cdb3b..d72cf69b07 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)

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