Fix bug with redirection
This commit is contained in:
parent
9c6b54314b
commit
aedddf3fce
1 changed files with 1 additions and 2 deletions
|
|
@ -134,8 +134,7 @@
|
|||
|
||||
if ( ! file_exists('..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php'))
|
||||
{
|
||||
$p_string='admin/setup.php';
|
||||
echo '<HTML><head><META HTTP-EQUIV="REFRESH" content="0;url='.$p_string.'"></head><body> Connecting... </body></html>';
|
||||
header("Location: admin/setup.php",true, 307);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue