From 01f4b7e237b6c0e782e1913ebe5e9a83143f69ec Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Thu, 20 Jul 2023 22:08:53 +0000 Subject: [PATCH] Change UA to include a url to the repo instead of my email --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 16e862c..9e889e9 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ limitations under the License. $opts = array( 'http'=>array( 'method'=>"GET", - 'header'=>"User-Agent: pgg-room-viewer_php +mailto:magmaus3@disroot.org \r\n" + 'header'=>"User-Agent: pgg-room-viewer_php +https://git.magmaus3.eu.org/magmaus3/projectgungame-roomviewer-php \r\n" ) );