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

CVS リポジトリの参照

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

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

revision 1.13 by henoheno, Mon Nov 8 12:01:37 2004 UTC revision 1.14 by henoheno, Sun Nov 28 04:52:43 2004 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /////////////////////////////////////////////////  // RSS 1.0 plugin - had been merged into rss plugin
 // PukiWiki - Yet another WikiWikiWeb clone.  
 //  
3  // $Id$  // $Id$
 //  
 // This plugin had been merged into rss plugin.  
 // Please use it instead of.  
   
 // Compat  
4  function plugin_rss10_action()  function plugin_rss10_action()
5  {  {
6          global $vars;          header('Status: 301 Moved Permanently');
7          exist_plugin('rss') or die('rss plugin not found');          header('Location: ' . $script . '?cmd=rss&ver=1.0'); // HTTP
8            exit;
         $vars['ver'] = '1.0';  
         plugin_rss_action();  
9  }  }
10  ?>  ?>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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