mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 19:36:58 +01:00
* [FIX] Solves #371. Wrong condition for using Apache headers. Thanks to @lukasp2 for the feedback
This commit is contained in:
@@ -164,7 +164,7 @@ class Request
|
||||
*/
|
||||
public static function getApacheHeaders()
|
||||
{
|
||||
if (!function_exists('\apache_request_headers')) {
|
||||
if (function_exists('\apache_request_headers')) {
|
||||
return apache_request_headers();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user