This commit is contained in:
msyu
2025-08-19 17:18:23 +03:00
commit 7dfd93d699
91 changed files with 7376 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<!--- used instead cflocation which, at least for railo, makes cyrillics in url corrupt --->
<cfparam name="ATTRIBUTES.url" type="string"/>
<cfheader statuscode="302" statustext="Moved Temporarily"/>
<cfheader charset="#GetEncoding('URL')#" name="Location" value="#ATTRIBUTES.url#"/>
<cfabort/>