X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=2752c967677cddc4dc07e68d43537893fbe4413e;hb=9077e3cea57c405325e3ebf0eaf1258fae2d0216;hp=088116d5c222034bea45fa6768fcbc70f8c55e6c;hpb=438685b2671bbae42d7c9930e9edf55241487f21;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 088116d5c2..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

  • @@ -239,12 +241,12 @@ class WebInstaller extends Installer
  • -

    Nickname for the initial StatusNet user (administrator)

    +

    Nickname for the initial user (administrator)

  • -

    Password for the initial StatusNet user (administrator)

    +

    Password for the initial user (administrator)

  • @@ -253,12 +255,7 @@ class WebInstaller extends Installer
  • -

    Optional email address for the initial StatusNet user (administrator)

    -
  • -
  • - - -

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

    +

    Optional email address for the initial user (administrator)

  • @@ -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'); @@ -375,23 +371,21 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - Install StatusNet - + Install GNU social + - - - - + +