diff options
author | terry%netscape.com <> | 1998-10-14 07:24:56 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-10-14 07:24:56 +0200 |
commit | 6c945024aa55250af7337e5cc04bcfecdc5147e9 (patch) | |
tree | 3bf6bbc66e2e29d90e264f83b4b6150171e7f641 | |
parent | 0447f163e5b0a086ac029c9840b20d6d1bcf3008 (diff) | |
download | bugzilla-6c945024aa55250af7337e5cc04bcfecdc5147e9.tar.gz bugzilla-6c945024aa55250af7337e5cc04bcfecdc5147e9.tar.xz |
Removed some old commented-out tcl stuff.
-rwxr-xr-x | changepassword.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/changepassword.cgi b/changepassword.cgi index 8a8e5623d..a3a17e39a 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -19,9 +19,6 @@ # # Contributor(s): Terry Weissman <terry@mozilla.org> -#! /usr/bonsaitools/bin/mysqltcl -# -*- Mode: tcl; indent-tabs-mode: nil -*- - require "CGI.pl"; confirm_login(); |