We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b4242 commit cb4cc18Copy full SHA for cb4cc18
examples/vanilla_php.php
@@ -1,6 +1,6 @@
1
<?php
2
$file_path = 'jmeter-docx.docx';
3
- $token = 'BF1A7s5ODYhxBfVelFLKU2OzSgoJAt0a';
+ $token = 'api_token';
4
5
if (file_exists($file_path)) {
6
$curl = curl_init();
0 commit comments