document IsDevelopmentEnvironment defensive behaviour

This commit is contained in:
odain
2021-05-04 08:55:46 +02:00
parent 390dc1c945
commit 993dbed7e7

View File

@@ -2775,7 +2775,7 @@ HTML;
{
if (! defined('ITOP_REVISION')) {
//defensive behaviour: by default we are not in dev environment
//can happen even in production (unattended install for example) or with exotical use of iTop
//can happen even in production (unattended install for example) or with exotic use of iTop
return false;
}