mirror of
https://github.com/e107inc/e107.git
synced 2025-07-23 16:01:39 +02:00
Issue #2110 - Install error
This commit is contained in:
@@ -137,7 +137,7 @@ $override = array();
|
||||
if(isset($_POST['previous_steps']))
|
||||
{
|
||||
$tmp = unserialize(base64_decode($_POST['previous_steps']));
|
||||
$tmp = $tp->filter($tmp);
|
||||
$tmp = filter_var_array($tmp, FILTER_SANITIZE_STRING);
|
||||
$override = (isset($tmp['paths']['hash'])) ? array('site_path'=>$tmp['paths']['hash']) : array();
|
||||
unset($tmp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user