3 lines
80 B
PHP
Executable File
3 lines
80 B
PHP
Executable File
<?php
|
|
include_once 'header.php';
|
|
echo nl2br(file_get_contents( "streams.txt" )); |