Internal: context tags to (programmatically) identify the context of the execution.

SVN:trunk[4259]
This commit is contained in:
Denis Flaven
2016-06-23 14:57:37 +00:00
parent c177264113
commit 18de167d5e
8 changed files with 91 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
require_once(APPROOT.'/core/cmdbobject.class.inc.php');
require_once(APPROOT.'/application/utils.inc.php');
require_once(APPROOT.'/core/contexttag.class.inc.php');
session_name('itop-'.md5(APPROOT));
session_start();
$sSwitchEnv = utils::ReadParam('switch_env', null);