wahlhelfer/setup/eula.php

4 lines
86 B
PHP
Raw Normal View History

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