mirror of
https://github.com/php/systems.git
synced 2026-03-23 23:32:12 +01:00
6 lines
232 B
PHP
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'));
|