diff --git a/public/install/functions.php b/public/install/functions.php index 0352afc7..b67b4ed0 100644 --- a/public/install/functions.php +++ b/public/install/functions.php @@ -16,7 +16,10 @@ function checkPhpVersion() } return "not OK"; } - +function checkWriteable() +{ + return is_writable("../../.env"); +} function checkHTTPS() { return diff --git a/public/install/index.php b/public/install/index.php index b385e765..9209705e 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -65,6 +65,8 @@ if (!isset($_GET['step'])) { setup

">HTTPS is required

+

">Write-permissions on .env-file

+

"> php version: (required )

"> mysql