Initial Commit

This commit is contained in:
2025-06-05 08:52:31 +02:00
parent 6451705773
commit 3920faf465
30 changed files with 2936 additions and 0 deletions

7
config.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Your actual root directory on the server
define('REAL_ROOT', '/home/surillya/');
// The user's virtual path (as seen in the OS)
define('VIRTUAL_ROOT', '/');
?>