This commit is contained in:
msyu
2025-08-16 14:53:13 +03:00
commit 45c8017ebd
86 changed files with 7731 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/>