1
in XOOPS 2.32b do I still have to define XOOPS trust path or is this taken care of in this code
// XOOPS Physical Paths
// Physical path to the XOOPS documents (served) directory WITHOUT trailing slash
define( 'XOOPS_ROOT_PATH', '/server/our-domain/public_html' );
// For forward compatibility
// Physical path to the XOOPS library directory WITHOUT trailing slash
define( 'XOOPS_PATH', '/server/our-domain/the-trust/xoops_lib' );
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define( 'XOOPS_VAR_PATH', '/server/our-domain/the-trust/xoops_data' );
// Alias of XOOPS_PATH, for compatibility, temporary solution
define("XOOPS_TRUST_PATH", XOOPS_PATH);
having the trust file parallel with public so keeping out of root (before) will this work like this?
Musicians for musicians entertaining the world, what starts as a dream can live in reality!