summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-06-02 23:23:32 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-06-02 23:23:32 +0800
commit80a0e256d801f235fb07888e38f7da59df96a1c0 (patch)
tree424d8f80d408b8992c702494bf695f50ca325409
parent39b1c94e625510bce9452b4cbf24bea106a8d3ff (diff)
downloadpttbbs-80a0e256d801f235fb07888e38f7da59df96a1c0.tar
pttbbs-80a0e256d801f235fb07888e38f7da59df96a1c0.tar.gz
pttbbs-80a0e256d801f235fb07888e38f7da59df96a1c0.tar.bz2
pttbbs-80a0e256d801f235fb07888e38f7da59df96a1c0.tar.lz
pttbbs-80a0e256d801f235fb07888e38f7da59df96a1c0.tar.xz
pttbbs-80a0e256d801f235fb07888e38f7da59df96a1c0.tar.zst
pttbbs-80a0e256d801f235fb07888e38f7da59df96a1c0.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@926 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rwxr-xr-xpttbbs/blog/index.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/pttbbs/blog/index.pl b/pttbbs/blog/index.pl
new file mode 100755
index 00000000..cad0fba3
--- /dev/null
+++ b/pttbbs/blog/index.pl
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+# $Id: index.pl,v 1.1 2003/06/02 15:23:32 in2 Exp $
+use CGI qw/:standard/;
+
+print redirect("http://blog.ptt2.cc/blog.pl/$1/")
+ if( $ENV{REDIRECT_REQUEST_URI} =~ m|/\?(.*)| );
+
+return redirect("http://blog.ptt2.cc/blog.pl/Blog/");