Mercurial > hg > ywww
comparison php/read/getAllSavedBooks.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 | d606320ec331 |
children |
comparison
equal
deleted
inserted
replaced
48:da133c130c1d | 49:a67bf725e87b |
---|---|
1 <?PHP | 1 <?PHP |
2 | 2 |
3 if(isset($ret)) | 3 if(isset($ret)) |
4 { | 4 { |
5 include "../../private/db.php"; | 5 include "db.php"; |
6 } | 6 } |
7 else | 7 else |
8 { | 8 { |
9 include "../../../private/db.php"; | 9 include "db.php"; |
10 } | 10 } |
11 | 11 |
12 $savedBooks = 0; | 12 $savedBooks = 0; |
13 | 13 |
14 //$UserID = $_GET['User']; | 14 //$UserID = $_GET['User']; |