You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently there is no way to know if as script via _HTTP_CGI fails.
The function should return the script exit code.
Also breaking this function up into a function for calling/starting the CGI and one for sending that response would be great.
This would allow script to be able to return alternative pages when CGI fails.
The text was updated successfully, but these errors were encountered:
currently there is no way to know if as script via _HTTP_CGI fails.
The function should return the script exit code.
Also breaking this function up into a function for calling/starting the CGI and one for sending that response would be great.
This would allow script to be able to return alternative pages when CGI fails.
The text was updated successfully, but these errors were encountered: