<% SysLog.sysmgr_logentry %> |
function renders the log-entry |
Sourcecode in SysLog/sysmgr_macros.js:
1: function sysmgr_logentry_macro(param) { 2: // this macro is allowed just for sysadmins 3: if (!session.user.sysadmin) 4: return; 5: res.write(this.logentry); 6: return; 7: } |