ssl_post_u=strtolower($_POST[''.$post_u.'']); if($ssl == true){ $this->ssl_post_p=md5_encrypt($_POST[''.$post_p.'']); } } function set_session($post_u,$post_p,$ssl = true){ $this->ssl_post_u=$_SESSION[''.$post_u.'']; if($ssl == true){ $this->ssl_post_p=md5_encrypt($_SESSION[''.$post_p.'']); } } function handler($h){ $this->ssl_h = $h; return @call_user_func($this->ssl_h,$this->ssl_post_u,$this->ssl_post_p); } function return_value(){ return $this->ssl_post_u; } function return_value_pwd(){ return $this->ssl_post_p; } } ?>
   
 
Unknown connection type!