From a8bb30b17fabd97c84d99856934f2206bdd81e8a Mon Sep 17 00:00:00 2001 From: labtestsubb <152941466+labtestsubb@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:09:11 +0800 Subject: [PATCH] Update example_secret.php --- example_secret.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_secret.php b/example_secret.php index 11ecf89..2fca2a2 100644 --- a/example_secret.php +++ b/example_secret.php @@ -31,7 +31,7 @@ // Define a constant for a "secret key" // Replace 'your_very_secret_key_here' with an actual generated secret key. // This is NOT a user password. -define('APP_SECRET_KEY', 'your_very_secret_key_here'); +define('APP_SECRET_KEY', 'MySQLPass@123'); // You could also use a variable: // $databasePassword = 'mySecureDatabasePassword123!'; // Still not recommended for direct storage