initial commit

This commit is contained in:
jan.skoda
2024-01-10 12:26:54 +01:00
commit c65052e5c4
62 changed files with 4307 additions and 0 deletions

13
Config.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
class Config {
const ROOT_PATH = "/";
const WEBSITE_NAME = 'PSL-CMS';
const WEBSITE_SLOGAN = 'Your simple content management system';
}