chore: update git-pull security token

This commit is contained in:
2026-05-26 08:25:59 +08:00
parent ce08c2c665
commit 37eb6f7f8b

View File

@@ -4,8 +4,7 @@
* Location: public/git-pull.php
*/
// Define your secure token. Change this to a strong secret!
define('SECURE_TOKEN', 'super_secure_deploy_token_2026');
define('SECURE_TOKEN', '7f3b89e902a2cdb8b5de9f2e30f14d8a245fca9b');
// Verify token
if (!isset($_GET['token']) || $_GET['token'] !== SECURE_TOKEN) {