ctdo.de/php/generator.php

7 lines
78 B
PHP

<?php
function print_file($path) {
print(file_get_contents($path));
}
?>