mirror of
https://github.com/php/web-master.git
synced 2026-03-24 07:42:20 +01:00
I tried to keep backwards compatibility where it seemed to make sense (e.g. the API endpoint) or the script that might still be called somehow. Hopefully I didn't break anything but if I did feel free to point it at me and sorry in advance :/
7 lines
238 B
PHP
7 lines
238 B
PHP
<?php
|
|
|
|
// Replace with kind of no-op in case something is still calling that script
|
|
|
|
echo "Mirrors are no longer in use thus the output here is no longer relevant. ";
|
|
echo "Please adjust the script if this message appears. Thank you.\n";
|