You can use the following to find what ports are allowedsemanage port -l | grep '^http_port_t'
";
}
}
+ //test for windows and non sqlite
+ if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') and strlen($db_type) > 0 and $db_type !='sqlite') {
+ $messages[] = "