Whilst the "/include" folder is there for all global files,
"/modules/MODULENAME/includes" exists in some instances.
Anomalies exist in modules such as "hxp" where we have:
"/modules/hxp/include" - note singular.
Furthermore, there exists a file:
/modules/hxp/inc_init_main.php
The actual one used resides in the "/include" global folder and the one
above is not used.
Can we remove it - it contans someones db info!
The following files in the /modules/hxp folder:
server.php
person.php
encounter.php
have the line:
require('./include/inc_access.php');
Whereas the file "/modules/hxp/include/inc_access.php" is absent.
Should the line be changed to:
require($root_path.'include/core/inc_access.php');
???
Regards,
Ap.Muthu
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Care2002-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers