download.tcl

Location:
/packages/cookie-consent/www/sitewide-admin/download.tcl
Author:
Gustaf Neumann
Created:
Dec 13, 2017

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {
    @author Gustaf Neumann

    @creation-date Dec 13, 2017
} {
    {version:word,notnull ""}
}

if {$version eq ""} {
    set version $::cookieconsent::version
}
::util::resources::download \
    -version_dir $version \
    -resource_info [::cookieconsent::resource_info]

ad_returnredirect .

# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: