mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
document IsDevelopmentEnvironment defensive behaviour
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user