Changed redirect to include

to be compatible with webservers that redirect everything to index.php
balu-master
balu 12 years ago
parent a961443320
commit 2e6d4edfdd

@ -39,7 +39,7 @@
# ***** END LICENSE BLOCK *****
if ( ! file_exists("settings.php") && file_exists("setup.php") ) {
header( 'Location: setup.php' );
require_once "setup.php";
exit;
} else if ( ! file_exists("settings.php") ) {

Loading…
Cancel
Save