mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 12:05:23 +01:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Id: plugin.xml,v 1.4 2009-07-14 03:57:22 e107coders Exp $ -->
|
|
<e107Plugin name="ADSTAT_L3" version="2.1" compatibility="0.8" installRequired="true" >
|
|
<author name="e107 Inc." url="http://e107.org" />
|
|
<description>ADSTAT_L1</description>
|
|
<folder>log</folder>
|
|
<logLanguageFile filename="languages/--LAN--_admin_log.php" />
|
|
<administration>
|
|
<configFile>admin_config.php</configFile>
|
|
<icon>images/stats_32.png</icon>
|
|
<iconSmall>images/stats_16.png</iconSmall>
|
|
<caption>ADSTAT_L33</caption>
|
|
<installDone>ADSTAT_L2</installDone>
|
|
</administration>
|
|
<menuLink name="ADSTAT_L34" url="log/stats.php?1" />
|
|
<mainPrefs>
|
|
<pref name="statActivate" value="0" />
|
|
<pref name="statUserclass" value="" />
|
|
<pref name="statBrowser" value="1" />
|
|
<pref name="statOs" value="1" />
|
|
<pref name="statScreen" value="1" />
|
|
<pref name="statDomain" value="1" />
|
|
<pref name="statRefer" value="1" />
|
|
<pref name="statQuery" value="1" />
|
|
<pref name="statRecent" value="1" />
|
|
<pref name="statPrevMonth" value="0" />
|
|
</mainPrefs>
|
|
</e107Plugin> |