2012-04-15 15:32:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/cronjob.xsd">
|
|
|
|
<import>
|
|
|
|
<cronjob>
|
2013-01-19 19:36:40 +00:00
|
|
|
<classname>chat\system\cronjob\CleanupCronjob</classname>
|
2012-04-15 15:32:46 +00:00
|
|
|
<description>Cleans up Tims Chat</description>
|
2012-04-19 13:06:34 +00:00
|
|
|
<startminute>*/15</startminute>
|
2012-04-15 15:32:46 +00:00
|
|
|
<starthour>*</starthour>
|
|
|
|
<startdom>*</startdom>
|
|
|
|
<startmonth>*</startmonth>
|
|
|
|
<startdow>*</startdow>
|
|
|
|
<active>1</active>
|
|
|
|
<canbeedited>1</canbeedited>
|
|
|
|
<canbedisabled>0</canbedisabled>
|
|
|
|
</cronjob>
|
|
|
|
</import>
|
|
|
|
</data>
|