Confirmed that does work:
Starting at line 370 -> 373 use this:
if (!isset($config['host'])) {
$config = W3_Request::get_array('config');
#$config = json_decode($config, true);
}
Confirmed that does work:
Starting at line 370 -> 373 use this:
if (!isset($config['host'])) {
$config = W3_Request::get_array('config');
#$config = json_decode($config, true);
}