enablig api logging

This commit is contained in:
Fernando Ontiveros
2025-04-22 17:39:18 +00:00
parent 7093cab058
commit ef0f2d4bb8
7 changed files with 22 additions and 18 deletions

View File

@@ -28,7 +28,7 @@
define( 'PATH_TEMPLATE', PATH_GULLIVER_HOME . 'templates' . PATH_SEP );
define( 'PATH_THIRDPARTY', $pathTrunk . 'thirdparty' . PATH_SEP );
define( 'PATH_RBAC', PATH_RBAC_HOME . 'engine/classes' . PATH_SEP ); //to enable rbac version 2
define( 'PATH_DATA', '/shared/rbac/');
define( 'PATH_DATA', '/shared/rbac/'); //Todo: change this path to use environment variable
define( 'PATH_HTML', PATH_HOME . 'public_html' . PATH_SEP );
ini_set('display_errors','On');