Adding a lot of stuff, langauge thingi, website.html default thing, config.inc.php, main.inc.php, index.php, default construct of all things, the ability to saying hello world...

This commit is contained in:
2020-08-05 05:50:18 +02:00
parent 0c9d8a805f
commit e09edf9575
14 changed files with 21781 additions and 0 deletions

View File

@ -1,2 +1,7 @@
<?php
/**
* Configuration file of yourSecretsAreOurs
*/
define( 'LANG_DIRECTORY', __DIR__ . '/' . 'lang/' );