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,5 +1,5 @@
<?php
define('THOS_STATE_FILE', '/home/surillya/.thos_state.json');
define('THOS_STATE_FILE', '/root/.thos_state.json');
function thos_load_state() {
if (!file_exists(THOS_STATE_FILE)) return null;