This was working and then it stopped. That was in version 7.2.6 the latest.
if(!@include_once('config.php')) {
echo 'failed';
}
So we've downgraded to 7.1.9 but it doesn't work there as well.
There is no error thrown, nothing. Just a blank screen. It's as if it's not even there...
If I echo something before that, it works. If I echo something after this, nothing happens.
Why is this happening?