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