From 37eb6f7f8bdbd5f2f7a866ef90a295a585c2b7f8 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 26 May 2026 08:25:59 +0800 Subject: [PATCH] chore: update git-pull security token --- public/git-pull.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {