minor fixes

pull/61/head
Christophe Vandeplas 2012-05-31 08:55:51 +02:00
parent d319860268
commit aac2f5926f
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class EventsController extends AppController {
'limit' => 60,
'maxLimit' => 9999, // LATER we will bump here on a problem once we have more than 9999 events
'order' => array(
'Event.date' => 'DESC'
'Event.id' => 'DESC'
)
);

View File

@ -97,7 +97,7 @@ class Attribute extends AppModel {
'Persistence mechanism' => array(
'desc' => 'Mechanisms used by the malware to start at boot',
'formdesc' => 'Mechanisms used by the malware to start at boot.<br/>This could be a registry key, legitimate driver modification, LNK file in startup',
'types' => array('regkey', 'regkey|value', 'comment', 'text', 'other')
'types' => array('filename', 'regkey', 'regkey|value', 'comment', 'text', 'other')
),
'Network activity' => array(
'desc' => 'Information about network traffic generated by the malware',