Mercurial > hg > extraction-interface
comparison models/extractapp.php @ 90:94ad33739fa4 extractapp
modify the position of buttons in sidebar
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 12 Jun 2015 14:41:30 +0200 |
parents | e681d693240e |
children | 3e11a9c5a672 |
comparison
equal
deleted
inserted
replaced
89:e681d693240e | 90:94ad33739fa4 |
---|---|
531 //curl_setopt($ch, CURLOPT_HEADER, true); | 531 //curl_setopt($ch, CURLOPT_HEADER, true); |
532 curl_setopt($ch, CURLOPT_HTTPHEADER, array( | 532 curl_setopt($ch, CURLOPT_HTTPHEADER, array( |
533 'Content-type: multipart/form-data;charset=utf-8' | 533 'Content-type: multipart/form-data;charset=utf-8' |
534 )); | 534 )); |
535 | 535 |
536 if (!$AT_LOCAL) { | 536 //if (!$AT_LOCAL) { |
537 // execute the request | 537 // execute the request |
538 $output = curl_exec($ch); | 538 $output = curl_exec($ch); |
539 } | 539 //} |
540 | 540 |
541 | 541 |
542 // output the profile information - includes the header | 542 // output the profile information - includes the header |
543 //echo($output) . PHP_EOL; | 543 //echo($output) . PHP_EOL; |
544 | 544 |