Merged master into dashboards2

This commit is contained in:
Dante Loayza
2015-04-02 10:34:39 -04:00
13 changed files with 19 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ G::LoadSystem('inputfilter');
$filter = new InputFilter();
$_POST = $filter->xssFilterHard($_POST);
$_REQUEST = $filter->xssFilterHard($_REQUEST);
$_SESSION = $filter->xssFilterHard($_SESSION);
$_SESSION = $filter->xssFilterHard($_SESSION);
$actionAjax = isset( $_REQUEST['actionAjax'] ) ? $_REQUEST['actionAjax'] : null;

View File

@@ -1,4 +1,4 @@
<?php
<?php
G::LoadSystem('inputfilter');
$filter = new InputFilter();
if(isset($_GET['srv'])) {