summaryrefslogtreecommitdiffstats
path: root/pttpi/cgi/t/board.getBrdInfo.pl
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-15 15:30:22 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-15 15:30:22 +0800
commit11795e8a33b288eb61b92c75c498fa2598f42945 (patch)
tree12ea12571ff5d97d41b6dc0f01d403e05ca20208 /pttpi/cgi/t/board.getBrdInfo.pl
parentb78e3948144360a41a582d4b56a2c000e7eb44c6 (diff)
downloadpttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.gz
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.bz2
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.lz
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.xz
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.zst
pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.zip
no longer maintained
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1595 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttpi/cgi/t/board.getBrdInfo.pl')
-rw-r--r--pttpi/cgi/t/board.getBrdInfo.pl15
1 files changed, 0 insertions, 15 deletions
diff --git a/pttpi/cgi/t/board.getBrdInfo.pl b/pttpi/cgi/t/board.getBrdInfo.pl
deleted file mode 100644
index 7870e386..00000000
--- a/pttpi/cgi/t/board.getBrdInfo.pl
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-# $Id: board.getBrdInfo.pl,v 1.1 2003/05/19 01:58:27 in2 Exp $
-use Frontier::Client;
-use Frontier::RPC2;
-use MIME::Base64;
-use Data::Dumper;
-do 'host.pl';
-
-$bid = $ARGV[0] || 0;
-
-$server = Frontier::Client->new(url => $server_url);
-$result = $server->call('board.getBrdInfo', $bid);
-
-print Dumper($result);
-print decode_base64($result->{title}->value());