Skip to content
Snippets Groups Projects
Commit 8c286148 authored by Michael Klier's avatar Michael Klier
Browse files

actionOK() should honour

darcs-hash:20080505142356-23886-9d3b1f1512a94acc241a01af0d3a9f9053783f3c.gz
parent dd6510bd
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,10 @@ function actionOK($action){
$disabled = array_map('trim',$disabled);
if(isset($conf['openregister']) && !$conf['openregister']) $disabled[] = 'register';
if(isset($conf['resendpasswd']) && !$conf['resendpasswd']) $disabled[] = 'resendpwd';
if(isset($conf['subscribers']) && !$conf['subscribers']) {
$disabled[] = 'subscribe';
$disabled[] = 'subscribens';
}
$disabled = array_unique($disabled);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment