removed useless exit;

This commit is contained in:
Savetheinternet 2011-12-04 09:09:24 +11:00
parent f490faf755
commit c2e1f4feac

View File

@ -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']);