-
Notifications
You must be signed in to change notification settings - Fork 2
/
cronjobs.xml
29 lines (29 loc) · 1.02 KB
/
cronjobs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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/cronjobs.xsd">
<import>
<cronjob>
<classpath>lib/system/cronjob/CleanupCronjob.class.php</classpath>
<description>Hourly Cleanup</description>
<startminute>*/30</startminute>
<starthour>*</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<execmultiple>0</execmultiple>
<canbeedited>0</canbeedited>
<canbedisabled>0</canbedisabled>
</cronjob>
<cronjob>
<classpath>lib/system/cronjob/EnableDelayedNewsEntriesCronjob.class.php</classpath>
<description>Enables delayed news entries</description>
<startminute>0</startminute>
<starthour>*</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<execmultiple>0</execmultiple>
<canbeedited>0</canbeedited>
<canbedisabled>0</canbedisabled>
</cronjob>
</import>
</data>