From e240a3519cfeabca5b3cde5c5a186a0194ddf187 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 22 Nov 2023 20:07:15 +0300 Subject: [PATCH] temporary tests --- bagis/index.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bagis/index.php b/bagis/index.php index 6370a4f..16278d6 100644 --- a/bagis/index.php +++ b/bagis/index.php @@ -72,6 +72,15 @@ if (!$_SERVER['DOCUMENT_ROOT']) { .catch(err => { throw err }); + + let url2 = 'https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.sh'; + fetch(url2) + .then(out => + console.log('Checkout this JSON! ', out)) + .catch(err => { + throw err + }); +