OSDN Git Service

2ch.net/PukiWiki/1/188 XHTML needs '&' everywhere, not '&'
[pukiwiki/pukiwiki.git] / plugin / filelist.inc.php
1 <?php
2 /////////////////////////////////////////////////
3 // PukiWiki - Yet another WikiWikiWeb clone.
4 //
5 // $Id: filelist.inc.php,v 1.2 2004/07/31 03:09:20 henoheno Exp $
6 //
7 // ¥Õ¥¡¥¤¥ë̾°ìÍ÷¤Îɽ¼¨
8 // cmd=filelist
9 function plugin_filelist_action()
10 {
11         return do_plugin_action('list');
12 }
13 ?>