The redirect to "#redirectURL#" has been temporarily disabled via the "redirect" URL param!
'); exit; } if ( application.ADF.csData.isTemplate(csPageID=request.page.id) ) { WriteOutput('The redirect has been disabled while on the Page Template!
'); WriteOutput('Redirect URL: #redirectURL#
'); exit; } else if ( csmode IS "edit" OR csmode IS "author" ) { WriteOutput('The redirect to "#redirectURL#" has been temporarily disabled while in Edit/Author mode!
'); exit; } else if ( LEN(TRIM(redirectURL)) EQ 0 ) { WriteOutput('No redirect URL was provided.
'); exit; }