1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.9 2009-10-22 04:14:45 e107coders Exp $ -->
<e107Plugin name="ADSTAT_L3" version="2.1" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107.org" />
<description>ADSTAT_L1</description>
<languageFiles>
<file type='log' path='languages/--LAN--_admin_log.php' />
</languageFiles>
<adminLinks>
<link url='admin_config.php' description='ADSTAT_L33' icon='images/stats_32.png' iconSmall='images/stats_16.png' primary='true' >ADSTAT_L33</link>
</adminLinks>
<siteLinks>
<link url="{e_PLUGIN}log/stats.php?1" >ADSTAT_L34</link>
</siteLinks>
<mainPrefs>
<pref name="statActivate">0</pref>
<pref name="statUserclass"></pref>
<pref name="statBrowser">1</pref>
<pref name="statOs">1</pref>
<pref name="statScreen">1</pref>
<pref name="statDomain">1</pref>
<pref name="statRefer">1</pref>
<pref name="statQuery">1</pref>
<pref name="statRecent">1</pref>
<pref name="statPrevMonth">0</pref>
</mainPrefs>
</e107Plugin>