オープンソース・ソフトウェアの開発とダウンロード

CVS リポジトリの参照

Annotation of /pukiwiki/pukiwiki/plugin/rss10.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16.2.1 - (hide annotations) (download) (as text)
Sun Dec 11 18:03:46 2005 UTC (18 years, 5 months ago) by teanan
Branch: branch_pukiwiki_2005-03-19_autoalias
CVS Tags: r1_4_6_autoalias, r1_4_7_autoalias
Changes since 1.16: +2 -2 lines
File MIME type: application/x-httpd-php
BugTrack2/2: merged with r1_4_6.
cvs up -j pukiwiki_2005-03-19_autoalias -j r1_4_6

1 panda 1.1 <?php
2 henoheno 1.14 // RSS 1.0 plugin - had been merged into rss plugin
3 teanan 1.16.2.1 // $Id: rss10.inc.php,v 1.17 2005/09/24 01:16:43 henoheno Exp $
4 henoheno 1.15
5 panda 1.1 function plugin_rss10_action()
6     {
7 henoheno 1.16 pkwk_headers_sent();
8 henoheno 1.14 header('Status: 301 Moved Permanently');
9 teanan 1.16.2.1 header('Location: ' . get_script_uri() . '?cmd=rss&ver=1.0'); // HTTP
10 henoheno 1.14 exit;
11 panda 1.1 }
12 henoheno 1.12 ?>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26