|
Stud.IP
3.1 Revision 48552
|
Variables | |
| $magic = 'dsdfjhgretha' | |
| $hash = md5("$user->id:$magic") | |
| $secret = Request::option('secret') | |
| if($perm->have_perm('autor')) else if(empty($secret)) else if($secret!=$hash) else if($secret==$hash) | $template = $GLOBALS['template_factory']->open('email-validation') |
| $template | message = $message |
| $hash = md5("$user->id:$magic") |
| $magic = 'dsdfjhgretha' |
| $secret = Request::option('secret') |
| if ($perm->have_perm('autor')) else if (empty($secret)) else if ($secret!=$hash) else if ($secret==$hash) $template = $GLOBALS['template_factory']->open('email-validation') |
| $template message = $message |