55 $this->Security =
get_package(
'security' ,
'last' , __FILE__ );
57 'subscription::subscription_algorithms' ,
'last' , __FILE__
88 $UserId = $this->Security->get_gp(
'user_id' ,
'integer' ,
false );
90 if( $UserId !==
false )
92 $Hash = $this->Security->get_gp(
'hash' ,
'string' );
94 $this->SubscriptionAlgorithms->unsubscribe_user( $UserId , $Hash );
127 $Path = dirname( __FILE__ );
129 $ContextSet->add_context(
"$Path/conf/cfcxs_unsubscribe" );
131 $ContextSet->execute( $Options , $this , __FILE__ );
133 catch( Exception $e )