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

Commit 31df61c

Browse files
authored
Update index.php
1 parent a2c2b4f commit 31df61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$userFile = json_decode(file_get_contents('db/login.json'), true);
1111

1212
$userFile[] = $userFile;
13-
if ($userFile[0] == ""){
13+
if ($userFile[0] != ""){
1414
header("Location: ../index.php");
1515
}
1616
?>
@@ -25,4 +25,4 @@
2525
<input type="submit" value="Next"></input>
2626
</form>
2727
</body>
28-
</html>
28+
</html>

0 commit comments

Comments
 (0)