Skip to content

Commit

Permalink
Updated authenticate file to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvius committed Mar 13, 2023
1 parent 98a1192 commit e4d0762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion authenticate.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php
define('ADMIN_LOGIN','wally');

define('ADMIN_PASSWORD','mypass');
Expand All @@ -14,4 +15,5 @@

exit("Access Denied: Username and password required.");

}
}
?>

0 comments on commit e4d0762

Please sign in to comment.