diff --git a/system/core/Common.php b/system/core/Common.php index ed96de0c..03f62c09 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -255,8 +255,9 @@ if ( ! function_exists('get_config')) } elseif ( ! $found) { - set_status_header(503); - echo 'The configuration file does not exist.'; + // set_status_header(301); + header('Location: install/'); + // echo 'The configuration file does not exist.'; exit(3); // EXIT_CONFIG }