Files
Sobak 54328e85c2 Remove mirrors related code (in rather non-risky, not so intrusive way)
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 :/
2020-04-18 23:21:37 +02:00

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";