victorwesterlund.com/api/favicon.ico/default.php
Victor Westerlund 790d65be6d Added core API router
Added basic PHP script to route and handle exceptions from API calls.
2020-12-21 15:55:13 +01:00

4 lines
No EOL
76 B
PHP

<?php
header("Header: image/x-icon");
echo file_get_contents("icon.ico");