#How to bypass "Disallowed recursion detected" errors

1 messages · Page 1 of 1 (latest)

inner knot
#

i have a login script that should run a start script when its triggered but needs to return back to the login script once the start script ran through, where is the continue_on_recursion flag that i can set on the script or atleast allow a fixed number of recursions like recursions_allowed = 2 or something like that