Remove require_once

This commit is contained in:
Paula Quispe
2017-08-04 17:44:29 -04:00
parent 6fbefec225
commit d008d29e20
4 changed files with 1 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
<?php
require_once('classes/model/AppCacheView.php');
$filter = new InputFilter();
$_POST = $filter->xssFilterHard($_POST);