12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
|
#!/usr/bin/perl
|
||
|
|
||
|
use strict;
|
||
|
use lib '/home/slowtwitch/forum.slowtwitch.com/cgi-bin/admin';
|
||
|
use GForum qw/$DB $CFG $IN/;
|
||
|
|
||
|
GForum::init('/home/slowtwitch/forum.slowtwitch.com/cgi-bin/admin');
|
||
|
|
||
|
use Poll;
|
||
|
Poll::handle();
|
||
|
|