summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/move.pl b/move.pl
index fe86011fa..1fcf35707 100755
--- a/move.pl
+++ b/move.pl
@@ -25,8 +25,12 @@ use strict;
use lib qw(.);
-use Bug;
require "CGI.pl";
+
+use vars qw($userid %COOKIE);
+
+use Bug;
+
$::lockcount = 0;
unless ( Param("move-enabled") ) {