4 lines
86 B
PHP
4 lines
86 B
PHP
|
<?php
|
||
|
$eula = file_get_contents("config/eula.txt");
|
||
|
|
||
|
include("templates/eula.php");
|