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

CVS リポジトリの参照

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

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