Files

11 lines
344 B
PHP

var init = {
tableElem: '#currentTable',
tableRenderId: 'currentTableRenderId',
indexUrl: 'system.auth/index',
addUrl: 'system.auth/add',
editUrl: 'system.auth/edit',
deleteUrl: 'system.auth/delete',
exportUrl: 'system.auth/export',
modifyUrl: 'system.auth/modify',
authorize_url: 'system.auth/authorize',
};