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