Mercurial > hg > ywww
comparison xml/doAmazonRequest.php @ 49:a67bf725e87b
put both paths in include_path and depend on that
| author | Charlie Root |
|---|---|
| date | Wed, 16 Jan 2019 13:42:15 -0500 |
| parents | 38d209611508 |
| children | dd93cb4b77ad |
comparison
equal
deleted
inserted
replaced
| 48:da133c130c1d | 49:a67bf725e87b |
|---|---|
| 1 <?php | 1 <?php |
| 2 include_once "ywww/dlog.php"; | 2 include_once "dlog.php"; |
| 3 | 3 |
| 4 include_once "private/web.php"; | 4 include_once "web.php"; |
| 5 include "aws_signed_request.php"; | 5 include "aws_signed_request.php"; |
| 6 | 6 |
| 7 function doAmazonRequest($ext, $parameters, $try, $dbl='x', $wantXML=True) | 7 function doAmazonRequest($ext, $parameters, $try, $dbl='x', $wantXML=True) |
| 8 { | 8 { |
| 9 global $public_key, $private_key; | 9 global $public_key, $private_key; |
