generate favicon

This commit is contained in:
2020-10-30 19:44:22 +01:00
parent a93be073aa
commit 8295fed903
7 changed files with 168 additions and 72 deletions

3
test.php Normal file
View File

@ -0,0 +1,3 @@
<?php
echo $_SERVER["REQUEST_SCHEME"] . "://" . $_SERVER["HTTP_HOST"] . $_SERVER["DOCUMENT_URI"];
?>