diff --git a/public/git-pull.php b/public/git-pull.php index 959044d5b..e07d11386 100644 --- a/public/git-pull.php +++ b/public/git-pull.php @@ -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) {