Skip to content

Commit

Permalink
Autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
R00tS3c authored Dec 14, 2023
1 parent 011fea0 commit 102262e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
} else {
// Database for public
define("DB_HOST", "localhost"); // MySQL Database Host
define("DB_USER", ""); // MySQL Username
define("DB_PASS", ""); // MySQL Password
define("DB_NAME", ""); // Database Name
define("DB_USER", "replace_user"); // MySQL Username
define("DB_PASS", "replace_password"); // MySQL Password
define("DB_NAME", "replace_db"); // Database Name
}
?>

0 comments on commit 102262e

Please sign in to comment.