~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/cgi/session/logout.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2010-10-03 15:31:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101003153155-2exypc96j1e8tw0p
Tags: 2.02-1
* New upstream release, based on re-alpine project
* Updated debian/copyright to reflect this fact
* re-alpine removed the non-free from the tarball, so now
  we do not repack the upstream tarball. (Yay!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!./tclsh
2
 
# $Id: logout.tcl 391 2007-01-25 03:53:59Z mikes@u.washington.edu $
 
2
# $Id: logout.tcl 1204 2009-02-02 19:54:23Z hubert@u.washington.edu $
3
3
# ========================================================================
4
4
# Copyright 2006 University of Washington
5
5
#
61
61
      append parms "&logerr=[WPPercentQuote $logouterr]"
62
62
    }
63
63
 
64
 
    cgi_redirect [cgi_root]/${verdir}/farewell.tcl${parms}
 
64
    cgi_redirect $_wp(serverpath)/$_wp(appdir)/farewell.tcl${parms}
65
65
  }
66
66
}
67
67