MuWebServer Error

Results 1 to 2 of 2
  1. #1
    Elite Member Ichigo14000 is offline
    Member +Rank
    Oct 2011 Join Date
    HomeLocation
    137Posts

    ! MuWebServer Error

    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!
    ..what wrong tell me ?i have other server and website but i never found error:S wth...


  2. #2

    Re: MuWebServer Error

    what files are that?



Advertisement