wahlhelfer/setup/eula.php
Klaus-Uwe Mitterer b384099d9b Restructuring a few things
Finally adding the setup files ._.
2016-02-07 23:16:32 +01:00

4 lines
86 B
PHP
Executable file

<?php
$eula = file_get_contents("config/eula.txt");
include("templates/eula.php");