1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00
Files
archived-systems/maintain-master-dns.php
2021-04-07 15:50:22 +02:00

6 lines
232 B
PHP

<?php
# Generate a complete bind zone (formely used for mirrors)
echo "; this file was automatically generated from systems/php.net.zone\n\n";
echo str_replace('@SERIAL@', time(), file_get_contents('/local/systems/php.net.zone'));