Big Fat Faggot
kiwifarms.net
- Joined
- Nov 11, 2023
/www is just a folder on unixes. Nothing here implies it's NFS/something remote/synced/whatever. The log path also being on /www strongly implies that this indeed is on the disk directly, since nobody stores logs on remote storage (would you write logs to an s3 bucket?)There are a few instances in the codebase of suspected NFS or a globally sycnd dir.
Namely:
quick_log_to("/www/perhost/bad-upload.log", "unrecognized file $upfile_name");
$path = '/www/global/yotsuba/config/captcha_config.ini';
$path = "/www/quarantine/$reportid";
etc...