streamupload/web/dashboard.php

7 lines
117 B
PHP
Executable File

<?php
include_once 'header.php'; ?>
<div>
<?php
echo nl2br(file_get_contents( "streams.txt" ));
?>
</div>