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