Changeset 806
- Timestamp:
- 02/23/09 23:01:16 (15 years ago)
- Location:
- plugins/dcCron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCron/_define.php
r805 r806 17 17 /* Description*/ "Schedule any tasks", 18 18 /* Author */ "Tomtom", 19 /* Version */ '0.7 ',19 /* Version */ '0.7.1', 20 20 /* Permissions */ 'admin', 21 21 null, -
plugins/dcCron/inc/class.dc.cron.php
r805 r806 243 243 } 244 244 } 245 public function test() { echo "coucou"; }246 245 } 247 246
Note: See TracChangeset
for help on using the changeset viewer.