Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php require_once('../lib/nusoap.php'); $username="xxx"; $password="xxx"; $authtype="ntlm"; $client = new soapclient('https://gateway.xxx.com/ws/pricelist.asmx?wsdl'); $client->setCredentials($username, $password, $authtype); $err = $client->getError(); if ($err) { // Display the error echo 'client construction Source: http://pastebin.com/raw.php?i=jVw3Cr3Q
↧