sai cron right

This commit is contained in:
Ulf Gebhardt 2014-10-13 17:38:21 +02:00
parent d6918a4ed0
commit ff729e6106

View File

@ -17,6 +17,8 @@ class RIGHTS {
const SYS_SAI_API = 20;
const SYS_SAI_API_EDIT = 21;
const SYS_SAI_CRON = 25;
//Reserve first 1000 ids.
const RESERVED_SYS_0_999 = 999;
}