Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 25133bb

Browse files
author
nerdofcode
committed
local
1 parent 434df89 commit 25133bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
header("Location: /options.php");
5353
die();
5454
}else if(!empty($user_name)){
55-
echo "<p class=\"false\" style=\"color:red;text-align:center;\">Please re-enter creds.</p>";
55+
echo "<p class=\"false\" style=\"color:red;text-align:center;\">INVALID</p>";
5656
}
5757
mysqli_close($db);
5858

0 commit comments

Comments
 (0)