ctdo.de/php/generator.php

7 lines
78 B
PHP
Raw Normal View History

2023-02-26 12:43:36 +00:00
<?php
2023-02-26 13:11:17 +00:00
function print_file($path) {
print(file_get_contents($path));
2023-02-26 13:03:35 +00:00
}
2023-02-26 12:43:36 +00:00
?>