Mercurial > hg > ywww
comparison mq.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 | 2a3943ced610 |
children | dd93cb4b77ad |
comparison
equal
deleted
inserted
replaced
48:da133c130c1d | 49:a67bf725e87b |
---|---|
7 return $res; | 7 return $res; |
8 } | 8 } |
9 else { | 9 else { |
10 $err=mysqli_error( $link ); | 10 $err=mysqli_error( $link ); |
11 mysqli_close($link); | 11 mysqli_close($link); |
12 include_once "ywww/dlog.php"; | 12 include_once "dlog.php"; |
13 dl("query from $d failed: $q\n$err\n"); | 13 dl("query from $d failed: $q\n$err\n"); |
14 exit($err); | 14 exit($err); |
15 } | 15 } |
16 } | 16 } |
17 ?> | 17 ?> |