OSDN Git Service

BugTrack2/139: Correct. Deleted a first space at preview.
[pukiwiki/pukiwiki.git] / plugin / filelist.inc.php
index 685b8aa..3df5449 100644 (file)
@@ -1,13 +1,12 @@
 <?php
-/////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
+// $Id: filelist.inc.php,v 1.3 2005/01/09 08:16:28 henoheno Exp $
 //
-// $Id: filelist.inc.php,v 1.1 2003/01/27 05:38:46 panda Exp $
-//
-// ¥Õ¥¡¥¤¥ë̾°ìÍ÷¤Îɽ¼¨
+// Filelist plugin: redirect to list plugin
 // cmd=filelist
+
 function plugin_filelist_action()
 {
        return do_plugin_action('list');
 }
-?>
\ No newline at end of file
+?>