|
Stud.IP
2.5 Revision
|
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 |