From 5c52e51c2a40a4517491d0231e819f39b7361962 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 18 Feb 2008 18:29:43 +0100 Subject: [PATCH] delproj: Fix password check --- cgi/delproj.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/delproj.cgi b/cgi/delproj.cgi index d67a2d7..8ce6470 100755 --- a/cgi/delproj.cgi +++ b/cgi/delproj.cgi @@ -35,6 +35,7 @@ if (!Git::RepoCGI::Project::available($name)) { my $proj = Git::RepoCGI::Project->load($name); $proj or die "not found project $name, that's really weird!"; +$proj->{cpwd} = $cgi->param('cpwd'); if (!$proj->{mirror}) { print "

Sorry but you can remove only mirrored projects. Pushed projects cannot be removed. Please tell the administrator if you really want to.

\n"; -- 2.11.4.GIT