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();