[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
plugins
/
system
/
logrotation
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 logrotation.xml
1,571 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: logrotation.xml
<?xml version="1.0" encoding="utf-8"?> <extension version="3.9" type="plugin" group="system" method="upgrade"> <name>plg_system_logrotation</name> <author>Joomla! Project</author> <creationDate>May 2018</creationDate> <copyright>(C) 2018 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.9.0</version> <description>PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION</description> <files> <filename plugin="logrotation">logrotation.php</filename> </files> <languages folder="language"> <language tag="en-GB">en-GB.plg_system_logrotation.ini</language> <language tag="en-GB">en-GB.plg_system_logrotation.sys.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="cachetimeout" type="integer" label="PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_LABEL" description="PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_DESC" first="0" last="120" step="1" default="30" filter="int" validate="number" /> <field name="logstokeep" type="integer" label="PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_LABEL" description="PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_DESC" first="1" last="10" step="1" default="1" filter="int" validate="number" /> <field name="lastrun" type="hidden" default="0" filter="integer" /> </fieldset> </fields> </config> </extension>