comparison xml/amazonBookSearch.php @ 44:38d209611508

change includes to assume (contra previos ASSUMES) that we have .user.ini which adds /var/test to include_path
author Charlie Root
date Sun, 06 Jan 2019 07:17:03 -0500
parents dbc006408d2b
children da133c130c1d
comparison
equal deleted inserted replaced
43:dbc006408d2b 44:38d209611508
1 <?php 1 <?php
2 2
3 include_once "dlog.php"; 3 include_once "ywww/dlog.php";
4 4
5 include_once "doAmazonRequest.inc"; 5 include_once "doAmazonRequest.php";
6 6
7 $Adefault=array( 7 $Adefault=array(
8 'language' =>'en', //what language to render the page in 8 'language' =>'en', //what language to render the page in
9 'locale' =>'us', //which server's products? available: ca,de,fr,jp,uk,us 9 'locale' =>'us', //which server's products? available: ca,de,fr,jp,uk,us
10 'page' =>1, //first page to show (we are counting from 1 not 0) 10 'page' =>1, //first page to show (we are counting from 1 not 0)