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' => [],