streamupload/web/dashboard.php

3 lines
80 B
PHP
Executable File

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