[Netpass-devel] NetPass/www/htdocs autohandler,1.5,1.6
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-04-25 19:15:33
|
Update of /cvsroot/netpass/NetPass/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20130/www/htdocs Modified Files: autohandler Log Message: gui config lock management Index: autohandler =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/autohandler,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- autohandler 21 Apr 2005 12:49:31 -0000 1.5 +++ autohandler 25 Apr 2005 19:15:02 -0000 1.6 @@ -5,11 +5,8 @@ # Available under the "Artistic License" # http://www.gnu.org/licenses/license-list.html#ArtisticLicense </%doc> - - <%args> </%args> - <%init> use NetPass; @@ -38,7 +35,6 @@ } </%init> - <%cleanup> if (defined ($np) ) { $np->DESTROY() ; } </%cleanup> |