Line 17... |
Line 17... |
17 |
const MIME_JSON = 'application/json';
|
17 |
const MIME_JSON = 'application/json';
|
18 |
const MIME_XML = 'text/xml';
|
18 |
const MIME_XML = 'text/xml';
|
Line 19... |
Line 19... |
19 |
|
19 |
|
20 |
//TODO déplacer ceci dans des parametres de config
|
20 |
//TODO déplacer ceci dans des parametres de config
|
21 |
const BDD_PF = 'photoflora';
|
21 |
const BDD_PF = 'photoflora';
|
22 |
private $efph_url_photo = 'http://photoflora.free.fr/photos/%s/max/%s';
|
22 |
private $efph_url_photo = 'http://www.photoflora.fr/photos/%s/max/%s';
|
23 |
private $efph_url_photo_bb = 'http://photoflorabb.free.fr/max/%s';
|
23 |
private $efph_url_photo_bb = 'http://photoflorabb.fr/max/%s';
|
Line 24... |
Line 24... |
24 |
private $efph_url_photo_jlt = 'http://photoflorajlt.free.fr/max/%s';
|
24 |
private $efph_url_photo_jlt = 'http://photoflorajlt.fr/max/%s';
|
25 |
|
25 |
|
26 |
private $efph_url_photo_min = 'http://photoflora.free.fr/photos/%s/min/%s';
|
26 |
private $efph_url_photo_min = 'http://www.photoflora.fr/photos/%s/min/%s';
|
Line 27... |
Line 27... |
27 |
private $efph_url_photo_bb_min = 'http://photoflora.free.fr/photos/bb/min/%s';
|
27 |
private $efph_url_photo_bb_min = 'http://www.photoflora.fr/photos/bb/min/%s';
|
28 |
private $efph_url_photo_jlt_min = 'http://photoflora.free.fr/photos/jlt/min/%s';
|
28 |
private $efph_url_photo_jlt_min = 'http://www.photoflora.fr/photos/jlt/min/%s';
|
29 |
|
29 |
|