Subversion Repositories eFlore/Applications.del

Rev

Rev 458 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 458 Rev 543
Line 70... Line 70...
70
	
70
	
71
		$this->envoyer($retour,$mime);
71
		$this->envoyer($retour,$mime);
Line 72... Line 72...
72
	}
72
	}
73
	
73
	
74
	private function obtenirImagesPourObservation() {
74
	private function obtenirImagesPourObservation() {
75
		return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/imagesparobsmock.json'));
75
		return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/mocks/imagesparobsmock.json'));
76
	}
76
	}
77
}
77
}