diff --git a/workflow/public_html/testInput.php b/workflow/public_html/testInput.php deleted file mode 100644 index ff2a28d51..000000000 --- a/workflow/public_html/testInput.php +++ /dev/null @@ -1,23 +0,0 @@ -'@'.$file, 'inp_doc_uid'=>$inp_doc_uid, 'tas_uid' =>$tas_uid, 'app_doc_comment' =>$app_doc_comment); -curl_setopt($ch, CURLOPT_URL,$url); -curl_setopt($ch, CURLOPT_HTTPHEADER,$headr); -curl_setopt($ch, CURLOPT_POSTFIELDS, $a); -print "

post

"; -print_r($a); -curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13'); -curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); -$postResult = curl_exec($ch); -curl_close($ch); -print "

response var_dump

"; -var_dump($postResult); -print ""; \ No newline at end of file