Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: $api_url_v2 = "http://url.til.butikk/api.php?type=v2_soap&wsdl=1"; $username = 'username'; $password = 'password'; $cli = new SoapClient($api_url_v2); $session_id = $cli->login($username, $password); $params = array( 'product_id' => 3, 'qty' => 3, 'firstname' => 'Stian', 'lastname' => 'Testesen', 'street' => 'Esketestegate 21', Source: http://pastebin.com/raw.php?i=LeXE53r5
↧