This commit is contained in:
GZod01 2024-07-09 22:15:34 +02:00
parent 8e359efa62
commit 0325c06d80
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
/*ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);*/
$url = $_GET["code"] ?? $_GET["path"] ?? $_GET["url"] ?? $argv[1] ?? "https://beta.gzod01.fr/images/logo.png";
$url = $_GET["code"] ?? $_GET["path"] ?? $_GET["url"] ?? $argv[1] ?? "https://beta.cybergamma.group/images/logo.png";
function urlIsAvailable($url){
$ch = curl_init();