From 63cb9bbd542d4dde59fe31983df0c1aca085d5e7 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Fri, 5 Apr 2024 13:17:48 +0300 Subject: [PATCH] Update configuration.php --- web/thirdparty/filegator/configuration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/thirdparty/filegator/configuration.php b/web/thirdparty/filegator/configuration.php index 87ce654..619eef9 100755 --- a/web/thirdparty/filegator/configuration.php +++ b/web/thirdparty/filegator/configuration.php @@ -12,7 +12,7 @@ return [ 'lockout_timeout' => 15, // ip lockout timeout in seconds 'frontend_config' => [ - 'app_name' => 'FileGator', + 'app_name' => 'PhyrePanel - File Manager', 'app_version' => APP_VERSION, 'language' => 'english', 'logo' => "http://" . $serverIp . ':8443/images/phyre-logo.svg', @@ -74,7 +74,7 @@ return [ 'Filegator\Services\Security\Security' => [ 'handler' => '\Filegator\Services\Security\Security', 'config' => [ - 'csrf_protection' => true, + 'csrf_protection' => false, 'csrf_key' => "123456", // randomize this 'ip_allowlist' => [], 'ip_denylist' => [],