summaryrefslogtreecommitdiffstats
path: root/pttpi
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-22 20:38:44 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-22 20:38:44 +0800
commit0fe176cce3e1eb4aec040ced510039efb61056e6 (patch)
tree151fbf597f94bf55f6e42cd09b7c53e5255df40d /pttpi
parente345432a104c536c910947dbfb1e7ba9deb8c665 (diff)
downloadpttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.gz
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.bz2
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.lz
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.xz
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.zst
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.zip
close victor.gb, open victor.symbolic
git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.symblic@1557 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttpi')
-rw-r--r--pttpi/cgi/Makefile2
-rw-r--r--pttpi/cgi/pttpi.c2
-rw-r--r--pttpi/cgi/t/article.list.pl2
-rw-r--r--pttpi/cgi/t/article.readfn.pl2
-rw-r--r--pttpi/cgi/t/board.getBid.pl2
-rw-r--r--pttpi/cgi/t/board.getBrdInfo.pl2
-rw-r--r--pttpi/cgi/t/board.getNarticle.pl2
-rw-r--r--pttpi/cgi/t/class.list.pl2
8 files changed, 8 insertions, 8 deletions
diff --git a/pttpi/cgi/Makefile b/pttpi/cgi/Makefile
index 42613de3..8b7b61a1 100644
--- a/pttpi/cgi/Makefile
+++ b/pttpi/cgi/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2003/05/19 01:33:00 in2 Exp $
+# $Id$
.include "../../pttbbs.mk"
diff --git a/pttpi/cgi/pttpi.c b/pttpi/cgi/pttpi.c
index 1e452f68..28ec6197 100644
--- a/pttpi/cgi/pttpi.c
+++ b/pttpi/cgi/pttpi.c
@@ -1,4 +1,4 @@
-/* $Id: pttpi.c,v 1.5 2003/05/19 05:15:36 in2 Exp $ */
+/* $Id$ */
#include "bbs.h"
#include "pierr.h"
#include <xmlrpc.h>
diff --git a/pttpi/cgi/t/article.list.pl b/pttpi/cgi/t/article.list.pl
index 27370aa1..9943741a 100644
--- a/pttpi/cgi/t/article.list.pl
+++ b/pttpi/cgi/t/article.list.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: article.list.pl,v 1.1 2003/05/19 02:04:14 in2 Exp $
+# $Id$
use Frontier::Client;
use Frontier::RPC2;
use MIME::Base64;
diff --git a/pttpi/cgi/t/article.readfn.pl b/pttpi/cgi/t/article.readfn.pl
index e2d0bc27..805948ff 100644
--- a/pttpi/cgi/t/article.readfn.pl
+++ b/pttpi/cgi/t/article.readfn.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: article.readfn.pl,v 1.1 2003/05/19 02:06:34 in2 Exp $
+# $Id$
use Frontier::Client;
use Frontier::RPC2;
use MIME::Base64;
diff --git a/pttpi/cgi/t/board.getBid.pl b/pttpi/cgi/t/board.getBid.pl
index a628da4e..0e542f5c 100644
--- a/pttpi/cgi/t/board.getBid.pl
+++ b/pttpi/cgi/t/board.getBid.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: board.getBid.pl,v 1.1 2003/05/19 01:57:22 in2 Exp $
+# $Id$
use Frontier::Client;
use Data::Dumper;
do 'host.pl';
diff --git a/pttpi/cgi/t/board.getBrdInfo.pl b/pttpi/cgi/t/board.getBrdInfo.pl
index 7870e386..4de62ca2 100644
--- a/pttpi/cgi/t/board.getBrdInfo.pl
+++ b/pttpi/cgi/t/board.getBrdInfo.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: board.getBrdInfo.pl,v 1.1 2003/05/19 01:58:27 in2 Exp $
+# $Id$
use Frontier::Client;
use Frontier::RPC2;
use MIME::Base64;
diff --git a/pttpi/cgi/t/board.getNarticle.pl b/pttpi/cgi/t/board.getNarticle.pl
index a5fb56a1..1cc0a422 100644
--- a/pttpi/cgi/t/board.getNarticle.pl
+++ b/pttpi/cgi/t/board.getNarticle.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: board.getNarticle.pl,v 1.1 2003/05/19 02:01:15 in2 Exp $
+# $Id$
use Frontier::Client;
use Frontier::RPC2;
use MIME::Base64;
diff --git a/pttpi/cgi/t/class.list.pl b/pttpi/cgi/t/class.list.pl
index 9e10932b..f328caf3 100644
--- a/pttpi/cgi/t/class.list.pl
+++ b/pttpi/cgi/t/class.list.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: class.list.pl,v 1.1 2003/05/19 02:02:52 in2 Exp $
+# $Id$
use Frontier::Client;
use Frontier::RPC2;
use MIME::Base64;