5 lines
103 B
PHP
5 lines
103 B
PHP
|
<?php
|
||
|
|
||
|
$furtherInstructions = file_get_contents("config/done.html");
|
||
|
|
||
|
include("templates/done.php");
|