Website URL
https://nufosmatic.infinityfreeapp.com/
Error Message
Basically a directory got created, somehow, that was suffixed with a backslash.
Other Information
Ref: (I can't delete a sqlite file - #4 by Admin)
Rather than “unlink()”, use “rmdir()”.
However, the directory turned out to not be empty. So use “rename()” to name the directory so something benign without the offensive backslash, then delete the directory, recursively, as normal.
Not a problem now, but figured somebody might end up in the same boat…