chore: update git-pull security token
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user