-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcronjob.xml
More file actions
19 lines (19 loc) · 766 Bytes
/
cronjob.xml
File metadata and controls
19 lines (19 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
<classname>wcf\system\cronjob\TrackbackCronjob</classname>
<description><![CDATA[Checks trackbacks.]]></description>
<description language="de"><![CDATA[Prüft Trackbacks ob diese noch valid sind.]]></description>
<startminute>0</startminute>
<starthour>4</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<active>1</active>
<canbeedited>0</canbeedited>
<canbedisabled>1</canbedisabled>
<execmultiple>0</execmultiple>
</cronjob>
</import>
</data>