mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-01-22 07:20:07 +00:00
Fixes
This commit is contained in:
parent
6869f14190
commit
1e1f840ddd
@ -108,6 +108,11 @@
|
||||
return $array;
|
||||
}
|
||||
|
||||
$_GET = add_slashes($_GET);
|
||||
$_POST = add_slashes($_POST);
|
||||
$_REQUEST = array_merge($_POST, $_GET);
|
||||
$_COOKIE = add_slashes($_COOKIE);
|
||||
|
||||
function isSSL()
|
||||
{
|
||||
if (isset($_SERVER['HTTPS']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user