, timerevent and messageEvent

add message

HOR-779

I used singleton

observations

.

json

.

I fixed some observations

HOR-779
This commit is contained in:
Paula V. Quispe
2016-07-14 16:43:56 -04:00
parent 6bd77bf6e5
commit 57dee44193
8 changed files with 602 additions and 14 deletions

View File

@@ -889,6 +889,9 @@ Bootstrap::LoadSystem( 'rbac' );
$RBAC = &RBAC::getSingleton( PATH_DATA, session_id() );
$RBAC->sSystem = 'PROCESSMAKER';
//Enable Monolog
Bootstrap::initVendors();
Bootstrap::LoadSystem( 'monologProvider' );
// define and send Headers for all pages
if (! defined( 'EXECUTE_BY_CRON' )) {
header( "Expires: " . gmdate( "D, d M Y H:i:s", mktime( 0, 0, 0, date( 'm' ), date( 'd' ) - 1, date( 'Y' ) ) ) . " GMT" );