hel
This commit is contained in:
parent
8e359efa62
commit
0325c06d80
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
1
ee
Normal file
1
ee
Normal file
|
@ -0,0 +1 @@
|
|||
ee
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue