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

5 lines
103 B
PHP
Executable file

<?php
$furtherInstructions = file_get_contents("config/done.html");
include("templates/done.php");