This commit is contained in:
2026-01-22 00:31:35 +01:00
parent be8f2b772c
commit 01e579aecf
64 changed files with 44 additions and 392 deletions

1
src/App/AccountPages.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/App.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Assets.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Auth.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Community.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Config.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Crypto.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Database.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Flash.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/I18n.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Mailer.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Request.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

1
src/App/Search.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO

View File

@@ -0,0 +1 @@
<?php // TODO

View File

@@ -1,10 +0,0 @@
<?php
// inc/config.php
// Diese Datei außerhalb des Webroots ablegen!
return [
'db_host' => 'localhost',
'db_name' => 'd0453540',
'db_user' => 'd0453540',
'db_pass' => 'P6jGRrSaX8QSiBMEJBL7',
'db_charset' => 'utf8mb4',
];

1
src/helpers.php Normal file
View File

@@ -0,0 +1 @@
<?php // TODO