summaryrefslogtreecommitdiff
path: root/mod_perl_startup.pl
blob: f83e06e4c1ca3811dab443d461baae1b4634c6e7 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/perl
use strict;
use utf8;
use lib '/home/web/public_html/cgi/nzbget';
use nzbget::main;
1;