1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

removed useless exit;

This commit is contained in:
Savetheinternet 2011-12-04 09:09:24 +11:00
parent 9fdfb5617e
commit 9e4658048c

View File

@ -589,8 +589,6 @@
rebuildThemes('post');
header('Location: ' . $redirect, true, $config['redirect_http']);
exit;
} else {
if(!file_exists($config['has_installed'])) {
header('Location: install.php', true, $config['redirect_http']);