The EuroCMS Notification
View and manage notifications
Notifications db table
| notification_id | domain_id | user_id | group_id | component | name | severity | title | content | viewed |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | null | themes | Skeleton | CRITICAL | Missing file (test.xml) | long text | no |
| 2 | 1 | 1 | null | PHP? Engine? | Engine:URL | Security | SQL injection attempt by PHPSESSID: ABCDEFG | long text | no |
| 3 | 1 | 1 | null | analytics | NotFound | INFO | A visitor generated a 404 | ong text | no |
| 4 | 1 | 1 | null | core | Updates | Warning | 5 updates are available | long text | no |
code
class mail {
public static function Send()
}