diff --git a/lib/helpers.php b/lib/helpers.php index ac12c5f..c0adc20 100644 --- a/lib/helpers.php +++ b/lib/helpers.php @@ -2,7 +2,7 @@ namespace Helper; -function isSecureConnection() +function is_secure_connection() { return ! empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off'; }