Hi!
Thanks to read this.
I have include the file stats.php of myred directory into another file with other php scripts, and I modified file members.php on line 84, removing "exit;". Why? because if stats status if off, exit; entry will stop executing my other php scripts. But obiously, if there is no exit, and this domain have not stats, members.php script continue and show that status are off and there is no stats for this domain.
What could I use to end the script where exit where located but without using exit;?