Files
wishthis/index.php
2023-03-22 11:49:57 +01:00

16 lines
235 B
PHP

<?php
/**
* wishthis - Make a wish
*
* It ain't much, but it's honest work.
*
* @author Jay Trees <github.jay@grandel.anonaddy.me>
*/
namespace wishthis;
require './src/classes/wishthis/wishthis.php';
Wishthis::initialise();