From: Evan Prodromou Date: Thu, 18 Jun 2009 23:21:03 +0000 (-0700) Subject: remove path from install; better autodetection now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d3e47e501bffb30d90d648263c78ef22b047a40;p=quix0rs-gnu-social.git remove path from install; better autodetection now --- diff --git a/install.php b/install.php index 133f2b30f6..7ceae44609 100644 --- a/install.php +++ b/install.php @@ -36,7 +36,7 @@ function main() function checkPrereqs() { $pass = true; - + if (file_exists(INSTALLDIR.'/config.php')) { ?>

Config file "config.php" already exists.

@@ -116,11 +115,6 @@ function showForm() disable

Enable fancy (pretty) URLs. Auto-detection failed, it depends on Javascript.

-
  • - - -

    Site path, following the "/" after the domain name in the URL. Empty is fine. Field should be filled automatically.

    -
  • @@ -167,7 +161,6 @@ function handlePost() $username = $_POST['username']; $password = $_POST['password']; $sitename = $_POST['sitename']; - $path = $_POST['path']; $fancy = !empty($_POST['fancy']); ?>
    @@ -176,7 +169,7 @@ function handlePost()
      "); return $res;