wahlhelfer/setup/done.php

5 lines
103 B
PHP
Raw Normal View History

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