changed | /index.php |
--- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ */ /* Do Setup Check */ if (!file_exists("includes/settings.php")) { - headerFunction("location: installation/setup.php"); + header('Location: installation/setup.php'); exit; } /** END **/