From: Adrian Lang Date: Wed, 15 Apr 2009 06:38:05 +0000 (+0200) Subject: Add license notice to install.php, replace short and asp style tags by more portable... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e876b74e8ba7e80edcb9a13bff15deff4aa6ff15;p=quix0rs-gnu-social.git Add license notice to install.php, replace short and asp style tags by more portable long tag form. --- diff --git a/install.php b/install.php index 0240349bb1..87a99a6508 100644 --- a/install.php +++ b/install.php @@ -1,4 +1,22 @@ -. + */ + define('INSTALLDIR', dirname(__FILE__)); function main() @@ -19,12 +37,12 @@ function checkPrereqs() { if (file_exists(INSTALLDIR.'/config.php')) { ?>

Config file "config.php" already exists.

-

Require PHP version 5 or greater.

Require PHP version 5 or greater.

Cannot load required extension "".

Cannot load required extension "".

Cannot write config file to "".

+ ?>

Cannot write config file to "".

On your server, try this command:

-
chmod a+w
- chmod a+w +

Cannot write avatar directory "/avatar/".

+ ?>

Cannot write avatar directory "/avatar/".

On your server, try this command:

-
chmod a+w /avatar/
+
chmod a+w /avatar/

Install Laconica

- +
- \ No newline at end of file +