forked from GithubBackups/vichan
removed useless exit;
This commit is contained in:
parent
9fdfb5617e
commit
9e4658048c
2
post.php
2
post.php
@ -589,8 +589,6 @@
|
|||||||
|
|
||||||
rebuildThemes('post');
|
rebuildThemes('post');
|
||||||
header('Location: ' . $redirect, true, $config['redirect_http']);
|
header('Location: ' . $redirect, true, $config['redirect_http']);
|
||||||
|
|
||||||
exit;
|
|
||||||
} else {
|
} else {
|
||||||
if(!file_exists($config['has_installed'])) {
|
if(!file_exists($config['has_installed'])) {
|
||||||
header('Location: install.php', true, $config['redirect_http']);
|
header('Location: install.php', true, $config['redirect_http']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user