git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
22 lines
835 B
XML
22 lines
835 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<install type="module">
|
|
<name>Logged in Users</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>January 2005</creationDate>
|
|
<copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
<authorUrl>www.joomla.org</authorUrl>
|
|
<version>1.0.0</version>
|
|
<description>This module shows a list of the currently logged in users</description>
|
|
<files>
|
|
<filename module="mod_logged">mod_logged.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module">
|
|
<option value="0">Never</option>
|
|
</param>
|
|
</params>
|
|
</install>
|
|
|