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 @@
## Comment installer ## Comment installer
- git clone https://forge.gzod01.fr/werobot/website.git website - git clone https://forge.cybergamma.group/werobot/website.git website
- cd website - cd website
## Comment développer ## Comment développer

1
ee Normal file
View file

@ -0,0 +1 @@
ee

View file

@ -2,7 +2,7 @@
/*ini_set('display_errors', 1); /*ini_set('display_errors', 1);
ini_set('display_startup_errors', 1); ini_set('display_startup_errors', 1);
error_reporting(E_ALL);*/ 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){ function urlIsAvailable($url){
$ch = curl_init(); $ch = curl_init();