11.02.2018, 16:23
This might be the issue, try removing the first slash, so it becomes:
The reason is, Linux systems handle the trailing / differently, in Linux the path becomes /Users/whatever.ini when there's a trailing slash while it's supposed to be /path/to/scriptfiles/Users/whatever.ini.
PHP код:
#define USER_PATH "Users/%s.ini"