Browse Source

removed useless exit;

pull/40/head
Savetheinternet 13 years ago
parent
commit
c2e1f4feac
  1. 2
      post.php

2
post.php

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

Loading…
Cancel
Save