1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Add banlist retrigger handling

This commit is contained in:
e107steved
2011-12-30 16:09:10 +00:00
parent 86030cd8f9
commit 6f61a7f889
5 changed files with 39 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ class pm_cron // include plugin-folder in the name.
$cron = array();
$cron[] = array(
'name' => LAN_EC_PM_04,
'category' => 'log',
'category' => 'plugin',
'function' => 'processPM',
'description' => LAN_EC_PM_05
);