Skip to content

Commit cb4cc18

Browse files
authored
Update vanilla_php.php
1 parent 80b4242 commit cb4cc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vanilla_php.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$file_path = 'jmeter-docx.docx';
3-
$token = 'BF1A7s5ODYhxBfVelFLKU2OzSgoJAt0a';
3+
$token = 'api_token';
44

55
if (file_exists($file_path)) {
66
$curl = curl_init();

0 commit comments

Comments
 (0)