database-upgrade

.
This commit is contained in:
Paula V. Quispe
2016-08-18 12:21:29 -04:00
parent 3ef9f577e8
commit fc92f308ed
7 changed files with 34 additions and 21 deletions

View File

@@ -27,8 +27,8 @@ global $RBAC;
$partnerFlag = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false;
/*----------------------------------********---------------------------------*/
$oServerConf = &serverConf::getSingleton();
$sAudit = $oServerConf->getAuditLogProperty('AL_OPTION', SYS_SYS);
$conf = new Configurations();
$sAudit = $conf->getConfiguration('AUDIT_LOG', 'log');
$licensedFeatures = &PMLicensedFeatures::getSingleton();
/*----------------------------------********---------------------------------*/
if ($RBAC->userCanAccess('PM_SETUP') === 1) {