~ubuntu-branches/ubuntu/natty/mantis/natty-security

« back to all changes in this revision

Viewing changes to api/soap/mc_api.php

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-06-29 07:28:16 UTC
  • mfrom: (7.1.11 squeeze)
  • Revision ID: package-import@ubuntu.com-20120629072816-1rwdgapquo4k5uyg
Tags: 1.1.8+dfsg-10squeeze2build0.11.04.1
fake sync from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
                        # do not use password validation.
59
59
                        $p_password = null;
 
60
                } else {
 
61
                        if( is_blank( $p_password ) ) {
 
62
                                # require password for authenticated access
 
63
                                return false;
 
64
                        }
60
65
                }
61
66
 
62
67
                if ( false === auth_attempt_script_login( $p_username, $p_password ) ) {
466
471
 
467
472
                return $t_stack;
468
473
        }
469
 
        ?>
 
 
b'\\ No newline at end of file'
 
474
        ?>