Open Maxwell175 opened 6 years ago
Hello,
I found that if there is an exit() or die() in an included php script, it does not stop execution of the main script.
exit()
die()
Hello,
I found that if there is an
exit()
ordie()
in an included php script, it does not stop execution of the main script.