OSDN Git Service

PukiWiki/1.4 first beta release
[pukiwiki/pukiwiki.git] / plugin / filelist.inc.php
1 <?php
2 /////////////////////////////////////////////////
3 // PukiWiki - Yet another WikiWikiWeb clone.
4 //
5 // $Id: filelist.inc.php,v 1.1 2003/01/27 05:38:46 panda Exp $
6 //
7 // ¥Õ¥¡¥¤¥ë̾°ìÍ÷¤Îɽ¼¨
8 // cmd=filelist
9 function plugin_filelist_action()
10 {
11         return do_plugin_action('list');
12 }
13 ?>