From 0325c06d803b14f9f869a2bb918a8571ad3d3cd2 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Tue, 9 Jul 2024 22:15:34 +0200 Subject: [PATCH] hel --- README.md | 2 +- ee | 1 + proxyPhotos.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 ee diff --git a/README.md b/README.md index 25b761b..11fc53b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Comment installer -- git clone https://forge.gzod01.fr/werobot/website.git website +- git clone https://forge.cybergamma.group/werobot/website.git website - cd website ## Comment développer diff --git a/ee b/ee new file mode 100644 index 0000000..2f4ffff --- /dev/null +++ b/ee @@ -0,0 +1 @@ +ee diff --git a/proxyPhotos.php b/proxyPhotos.php index b789fc4..443f2b5 100644 --- a/proxyPhotos.php +++ b/proxyPhotos.php @@ -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();