Files
THOS-Server/config.php

8 lines
170 B
PHP
Raw Permalink Normal View History

2025-06-05 08:52:31 +02:00
<?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', '/');
?>