Improved security

SVN:trunk[809]
This commit is contained in:
Romain Quetiez
2010-09-10 11:59:04 +00:00
parent 50b6cd0012
commit 0c4a030e2a
20 changed files with 179 additions and 130 deletions

View File

@@ -57,11 +57,6 @@ class CMDBChangeOp extends DBObject
MetaModel::Init_SetZListItems('list', array('change', 'date', 'userinfo')); // Attributes to be displayed for the complete details
}
static public function IsReadOnly()
{
return true;
}
/**
* Describe (as a text string) the modifications corresponding to this change
*/