Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

Commit 3cd5fb5

Browse files
committed
Implemented BACKLOG-1145 config/module_cron.php contains a password. Did not warrant a feature branch as unused file
1 parent bf93283 commit 3cd5fb5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

config/module_cron.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
*/
77

88
$config = array (
9-
'key' => '',
10-
'allowed_tags' => array('daily', 'hourly', 'frequent'),
11-
'debug_message' => FALSE,
12-
'sendemail' => FALSE,
13-
'enabled' => FALSE
9+
'key' => '',
10+
'allowed_tags' => array('daily', 'hourly', 'frequent'),
11+
'debug_message' => TRUE,
12+
'sendemail' => TRUE,
13+
'enabled' => FALSE,
14+
1415
);
1516

1617
$localConfig = '/etc/surfconext/serviceregistry.module_cron.php';

0 commit comments

Comments
 (0)