summaryrefslogtreecommitdiff
path: root/mod_perl_startup.pl
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-03-31 19:05:23 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-03-31 19:05:23 +0000
commitd26fa8c1e0886c813de5364ee6570c860c6ce12c (patch)
tree418120693100150b0443d3d880f945aaa45a0d22 /mod_perl_startup.pl
parentadded support for browsing by category (diff)
hopfully repaired this after backup loss
Diffstat (limited to 'mod_perl_startup.pl')
-rwxr-xr-xmod_perl_startup.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod_perl_startup.pl b/mod_perl_startup.pl
new file mode 100755
index 0000000..f83e06e
--- /dev/null
+++ b/mod_perl_startup.pl
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+use strict;
+use utf8;
+use lib '/home/web/public_html/cgi/nzbget';
+use nzbget::main;
+1;