Changes for v22.0.0.OS
This commit is contained in:
@@ -18,9 +18,9 @@ $jsVersion = defined('CACHE_VALUE')?CACHE_VALUE:"v".VERSION;
|
||||
$cssVersion = defined('CACHE_VALUE')?CACHE_VALUE:"v".VERSION;
|
||||
|
||||
if(!isset($_REQUEST['content']) || $_REQUEST['content'] != 'HTML'){
|
||||
$_REQUEST = \Utils\InputCleaner::cleanParameters($_REQUEST);
|
||||
$_GET = \Utils\InputCleaner::cleanParameters($_GET);
|
||||
$_POST = \Utils\InputCleaner::cleanParameters($_POST);
|
||||
$_REQUEST = \Utils\InputCleaner::cleanParameters($_REQUEST);
|
||||
$_GET = \Utils\InputCleaner::cleanParameters($_GET);
|
||||
$_POST = \Utils\InputCleaner::cleanParameters($_POST);
|
||||
}
|
||||
|
||||
date_default_timezone_set('Asia/Colombo');
|
||||
|
||||
Reference in New Issue
Block a user