mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-19 05:58:13 -04:00
16 lines
235 B
PHP
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();
|