diff --git a/setup/index.php b/setup/index.php index a7f4a41..f7f2e96 100644 --- a/setup/index.php +++ b/setup/index.php @@ -10,7 +10,7 @@ $userFile = json_decode(file_get_contents('db/login.json'), true); $userFile[] = $userFile; -if ($userFile[0] == ""){ +if ($userFile[0] != ""){ header("Location: ../index.php"); } ?> @@ -25,4 +25,4 @@ - \ No newline at end of file +