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

CVS リポジトリの参照

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

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


Revision 1.15 - (show annotations) (download) (as text)
Sun Nov 28 12:50:13 2004 UTC (19 years, 5 months ago) by henoheno
Branch: MAIN
Changes since 1.14: +2 -1 lines
File MIME type: application/x-httpd-php
Add a blank line only

1 <?php
2 // RSS 1.0 plugin - had been merged into rss plugin
3 // $Id: rss10.inc.php,v 1.14 2004/11/28 04:52:43 henoheno Exp $
4
5 function plugin_rss10_action()
6 {
7 header('Status: 301 Moved Permanently');
8 header('Location: ' . $script . '?cmd=rss&ver=1.0'); // HTTP
9 exit;
10 }
11 ?>

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