Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
breadtf authored Jun 27, 2023
1 parent a2c2b4f commit 31df61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
?>
Expand All @@ -25,4 +25,4 @@
<input type="submit" value="Next"></input>
</form>
</body>
</html>
</html>

0 comments on commit 31df61c

Please sign in to comment.