First pass at adding key files
This commit is contained in:
29
site/slowtwitch.com/cgi-bin/articles/facebook.cgi
Executable file
29
site/slowtwitch.com/cgi-bin/articles/facebook.cgi
Executable file
@ -0,0 +1,29 @@
|
||||
#!/usr/bin/perl
|
||||
# ==================================================================
|
||||
# Gossamer Links - enhanced directory management system
|
||||
#
|
||||
# Website : http://gossamer-threads.com/
|
||||
# Support : http://gossamer-threads.com/scripts/support/
|
||||
# CVS Info : 087,070,082,089,090
|
||||
#
|
||||
# Copyright (c) 2001 Gossamer Threads Inc. All Rights Reserved.
|
||||
# Redistribution in part or in whole strictly prohibited. Please
|
||||
# see LICENSE file for full details.
|
||||
# ==================================================================
|
||||
|
||||
use strict;
|
||||
use lib '/var/home/slowtwitch/slowtwitch.com/cgi-bin/articles/admin';
|
||||
use Links qw/$IN $CFG/;
|
||||
use Plugins::Auth_Facebook;
|
||||
|
||||
local $SIG{__DIE__} = \&Links::fatal;
|
||||
|
||||
Links::init('/var/home/slowtwitch/slowtwitch.com/cgi-bin/articles/admin');
|
||||
|
||||
main();
|
||||
|
||||
sub main {
|
||||
Plugins::Auth_Facebook::user_auth();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user