redirect via javascript
This commit is contained in:
parent
02b40836ae
commit
4c43d4882b
1 changed files with 9 additions and 1 deletions
|
|
@ -135,9 +135,17 @@
|
|||
*/
|
||||
|
||||
|
||||
if (!file_exists('..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php'))
|
||||
if (!file_exists('..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php') )
|
||||
{
|
||||
echo <<<EOF
|
||||
|
||||
<script>
|
||||
window.location="install.php";
|
||||
</script>
|
||||
EOF;
|
||||
|
||||
header("Location: install.php", true, 307);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue