Files
THOS-Server/config.php

8 lines
161 B
PHP

<?php
// Your actual root directory on the server
define('REAL_ROOT', '/root/');
// The user's virtual path (as seen in the OS)
define('VIRTUAL_ROOT', '/');
?>