Commit 8068876a authored by Frank Bergmann's avatar Frank Bergmann

- added patch from Maurizio

parent e3fc2947
......@@ -14,6 +14,16 @@ ad_page_contract {
}
}
global tcl_platform
if {[string match $tcl_platform(platform) "windows"]} {
set winaoldir $::env(AOLDIR)
set unixaoldir [string map {\\ /} ${winaoldir}]
set tmpfile ${winaoldir}/${tmpfile}
}
ns_returnfile 200 image/gif $tmpfile
file delete $tmpfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment