Rename helper function
This commit is contained in:
parent
fa1ddb486a
commit
fb800d739d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Helper;
|
namespace Helper;
|
||||||
|
|
||||||
function isSecureConnection()
|
function is_secure_connection()
|
||||||
{
|
{
|
||||||
return ! empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off';
|
return ! empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user