From 92579d74d0ef34f38942aa986c22357e13c9abd7 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Wed, 2 Apr 2014 14:06:05 -0400 Subject: [PATCH] eliminacion archivo --- workflow/public_html/testInput.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 workflow/public_html/testInput.php 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