]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FSystemInfoPlugin
bump version
[SourceForge/phpwiki.git] / pgsrc / Help%2FSystemInfoPlugin
1 Date: Sun, 4 Jul 2004 01:31:02 -0700
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.5pre)
3 X-Rcs-Id: $Id: Help%2FSystemInfoPlugin,v 1.1 2005-11-21 22:19:00 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FSystemInfoPlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 The SystemInfoPlugin provides access to lower level system information for the platform PhpWiki is installed on.
13
14 <verbatim>
15  Usage:  <?plugin SystemInfo all ?>
16       or <?plugin SystemInfo pagestats cachestats discspace hitstats ?>
17       or <?plugin SystemInfo version ?>
18       or <?plugin SystemInfo current_theme ?>
19       or <?plugin SystemInfo PHPWIKI_DIR ?>
20 </verbatim>
21
22 Example:
23
24 <?plugin SystemInfo all ?>
25
26
27 -------------
28
29 PhpWikiDocumentation Help:WikiPlugin