Esempio n. 1
0
 public function SetSecurityKey()
 {
     $sCode = parent::SetSecurityKey();
     // LS-compatible
     E::ModuleViewer()->Assign('LIVESTREET_SECURITY_KEY', $sCode);
     return $sCode;
 }
Esempio n. 2
0
 public function SetSecurityKey()
 {
     $sCode = parent::SetSecurityKey();
     // LS-compatible
     $this->Viewer_Assign('LIVESTREET_SECURITY_KEY', $sCode);
     return $sCode;
 }