First pass at adding key files
This commit is contained in:
12
site/slowtwitch.com/cgi-bin/articles/poll.cgi
Executable file
12
site/slowtwitch.com/cgi-bin/articles/poll.cgi
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use lib "/home/slowtwitch/forum.slowtwitch.com/cgi-bin/admin";
|
||||
use GForum qw/$PLG $IN $CFG/;
|
||||
use Poll;
|
||||
|
||||
GForum::init("/home/slowtwitch/forum.slowtwitch.com/cgi-bin/admin");
|
||||
|
||||
$IN->param('call_from', "glinks");
|
||||
$IN->param('poll_id', "home") unless $IN->param('poll_id');
|
||||
Poll::handle();
|
Reference in New Issue
Block a user