| 1234567 |
- <?php
- // Copy this file to config.php and change the password before deploying.
- define("UPDATE_SERVER_PASSWORD", "change-me");
- // Optional stronger alternative:
- // define("UPDATE_SERVER_PASSWORD_HASH", "$2y$10$replace-this-with-a-precomputed-password-hash");
|