I reviewed XSS

This commit is contained in:
Paula V. Quispe
2015-03-20 16:02:57 -04:00
parent 49428ab37e
commit dda8a2a245
2 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ class Upgrade
public function install()
{
G::LoadSystem('inputfilter');
$filter = new InputFilter();
//echo "Starting core installation...\n";
$start = microtime(1);
$filename = $this->addon->getDownloadFilename();