summaryrefslogtreecommitdiff
path: root/mod_perl_startup.pl
diff options
context:
space:
mode:
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;