Re: [jffnms-users] api.satellites.inc.php don`t use jffnms_rel_path

2011-05-24 Thread Craig Small
On Tue, May 24, 2011 at 12:36:43PM +0200, Marek Królikowski wrote: >WIZJA2 lib # cat api.satellites.inc.php |grep "/jffnms" >include_once ("/opt/jffnms/engine/satellite/distribution.inc.php"); >WIZJA2 lib # sat distribution isn't in this version, I'm pretty sure this file isn't called.

[jffnms-users] api.satellites.inc.php don`t use jffnms_rel_path

2011-05-24 Thread Marek Królikowski
I just read a code and i think i find a next bug: WIZJA2 lib # cat api.satellites.inc.php |grep "/jffnms" include_once ("/opt/jffnms/engine/satellite/distribution.inc.php"); WIZJA2 lib # i think he stop working when someone use other dir than /opt/jffnms/ better mayby use $jffnms_rel_path Thank