summaryrefslogtreecommitdiff
path: root/mydl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mydl.pl')
-rwxr-xr-xmydl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mydl.pl b/mydl.pl
index db51573..d698b8a 100755
--- a/mydl.pl
+++ b/mydl.pl
@@ -6,7 +6,7 @@ use utf8;
use local::nzbget;
use local::db;
use local::user;
-my $user = new local::user($ENV{REMOTE_USER});
+my $user = new local::user(%ENV);
print header;