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