From f9c54dbbbefa73b159cfa37ff883348f66481824 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Sat, 11 May 2024 04:46:08 -0700 Subject: [PATCH] removed redundant message --- install.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.php b/install.php index e21e8a30..5fac2eaf 100644 --- a/install.php +++ b/install.php @@ -5,11 +5,6 @@ define('VERSION', '5.2.0'); require 'inc/bootstrap.php'; loadConfig(); -if (!is_writable('inc/secrets.php') || !is_writable('inc/')) { - echo 'install.php does not have permission to write to /inc/secrets.php and/or /inc/, without permission the installer cannot continue'; - exit(); -} - // Salt generators class SaltGen { public $salt_length = 128;