7 lines
No EOL
78 B
PHP
7 lines
No EOL
78 B
PHP
<?php
|
|
|
|
function print_file($path) {
|
|
print(file_get_contents($path));
|
|
}
|
|
|
|
?>
|