]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
This plugin displays the version, date, size, perms of an uploaded file.
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 29 Oct 2005 09:00:05 +0000 (09:00 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 29 Oct 2005 09:00:05 +0000 (09:00 +0000)
commit9dee6257cbe03bac0e91145f57e7aa72c21ed358
tree9ccdd0070d1d24bbfa1aae8b0f600f63ecd4f053
parentc90aeaae60b96b338c05354f823b3aebfac648e9
This plugin displays the version, date, size, perms of an uploaded file.
Only files relative and below to the uploads path can be handled.

Usage:
  <?plugin FileVersion file=uploads/setup.exe display=version,date ?>
  <?plugin FileVersion file=uploads/setup.exe display=name,version,date
                       format="%s (version: %s, date: %s)" ?>

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4923 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/plugin/FileInfo.php [new file with mode: 0644]