Better to just break this loop than to call exit()
exit()ing from a load()ed script can cause the parent script to terminate and we don't want that.
Please register or sign in to comment
exit()ing from a load()ed script can cause the parent script to terminate and we don't want that.