X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=570b08edf473b13e709ece605656a279d89016de;hb=854d24b05a052bffe21f112b705d58c9abf126a9;hp=1d411c22187bacb8649e01c5ed3313a4c1d82c05;hpb=456f3eeb50fc1cafaa66ab5c0bdcdcaa5ca4bcd0;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 1d411c2218..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/

+ @@ -121,11 +126,6 @@ function showForm()

Database hostname

-
  • - - -

    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()