I just set-up a new server and moved all my files across; in it I have the following line of code :
include($_SERVER['DOCUMENT_ROOT'].'/config/log.php');
Now if I leave it as it is I get an error that the log is not included, if I die('msg') before it with a message I will see the message; If I die after it I get nothing;
p.s. My path is correct; and even if it was't I would probably get an error ; which I am not !