removed useless exit;
This commit is contained in:
parent
f490faf755
commit
c2e1f4feac
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…
Reference in New Issue
Block a user