Files
NovaCPX Admin d6321c3268 fix: File Manager upload never read target path from multipart POST/query string
upload only checked [path], which is parsed from JSON php://input and is always empty for multipart/form-data uploads. It silently fell back to a hardcoded /public_html, which does not exist at filesystem root - breaking uploads for the admin File Manager (baseDir=/) entirely, though it went unnoticed for regular hosting accounts since /public_html happens to be their real default. Now falls back through  and  as well.
2026-07-15 14:19:44 -05:00
..
2026-06-09 18:32:10 +00:00