Mercurial > hg > ywww
comparison php/read/getLinkedBooks.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 | b7376319d25a |
children |
comparison
equal
deleted
inserted
replaced
48:da133c130c1d | 49:a67bf725e87b |
---|---|
23 } | 23 } |
24 else{ | 24 else{ |
25 $loc = 1; //default location is 1 | 25 $loc = 1; //default location is 1 |
26 } | 26 } |
27 | 27 |
28 include "private/db.php"; | 28 include "db.php"; |
29 | 29 |
30 if(isset($ret)) | 30 if(isset($ret)) |
31 { | 31 { |
32 $loc = $countryCode; //passed from index.php when googlebot is crawling | 32 $loc = $countryCode; //passed from index.php when googlebot is crawling |
33 } | 33 } |