Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Signed-off-by: Studio Wromo Marketplace <info.wromo@gmail.com>
  • Loading branch information
Ghepes authored May 9, 2024
1 parent 4f59b91 commit c7bdbf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INFO/script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var http = require('http');

function login(form) {
/*put the users and pass you want*/
if ( form.user.value=="admin" && form.pass.value=="admin123" || form.user.value=="mod" && form.pass.value=="mod123" || form.user.value=="user" && form.pass.value=="user123") {
Expand Down

0 comments on commit c7bdbf4

Please sign in to comment.