mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
RateLimit.php: - Silence mkdir() with @ operator - Guard file_put_contents with is_writable() check (graceful degrade) scripts/deploy-server.sh + setup-server.sh: - mkdir -p storage/cache/rate_limit on every deploy - chown www-data:posterg + chmod 2775 on storage/cache/ so php-fpm can always write rate limit files