X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=570b08edf473b13e709ece605656a279d89016de;hb=65ef1cb72a7d93dc2d031e0d9766ed1fb5c27edc;hp=133f2b30f68843220461fb7fcefd52c01cf738f9;hpb=648d967226f3b47aa6237d2be9d1a82df4f78402;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 133f2b30f6..570b08edf4 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@

Config file "config.php" already exists.

Cannot write background directory: /background/

+

On your server, try this command: chmod a+w /background/

+ @@ -116,11 +121,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 +167,6 @@ function handlePost() $username = $_POST['username']; $password = $_POST['password']; $sitename = $_POST['sitename']; - $path = $_POST['path']; $fancy = !empty($_POST['fancy']); ?>
    @@ -176,7 +175,7 @@ function handlePost()