I'm using the register method in a plugin to do some pre-configuration. One of the things it does is check that its special working directories are there and permissions are as expected. This works fine, but I'm not sure what to do if there is a problem?
What is the best practice if you encounter a fatal like error during register? Return DENYSOFT_DISCONNECT? Or is it more suitable to die() if a condition like this is encountered? Thanks, ds ps I haven't actually tried DENYSOFT_DISCONNECT during register so that may not work at all ...
