Switched to neutral /root as the virtual file system!

This commit is contained in:
2025-06-20 19:19:58 +02:00
parent 39b43fef75
commit 0d3ee0a0eb
7 changed files with 10 additions and 10 deletions

View File

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