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

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 - (hide annotations) (download) (as text)
Thu Dec 2 11:34:25 2004 UTC (19 years, 5 months ago) by henoheno
Branch: MAIN
CVS Tags: pukiwiki_2005-03-19_autoalias, r1_4_5_rc1, r1_4_5_1, r1_4_5_1_notb, r1_4_6_rc, r1_4_5, r1_4_5_alpha
Branch point for: branch_r1_4_5, branch_pukiwiki_2005-03-19_autoalias
Changes since 1.15: +2 -1 lines
File MIME type: application/x-httpd-php
Added function pkwk_headers_sent() to care header()

1 panda 1.1 <?php
2 henoheno 1.14 // RSS 1.0 plugin - had been merged into rss plugin
3 henoheno 1.16 // $Id: rss10.inc.php,v 1.15 2004/11/28 12:50:13 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     header('Location: ' . $script . '?cmd=rss&ver=1.0'); // HTTP
10     exit;
11 panda 1.1 }
12 henoheno 1.12 ?>

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