renamed encryption module to protected_session

This commit is contained in:
azivner
2017-11-14 22:36:36 -05:00
parent b28df3f093
commit 4aa70d3574
6 changed files with 11 additions and 11 deletions

View File

@@ -116,7 +116,7 @@ function initAjax() {
$.ajaxSetup({
headers: {
'x-browser-id': browserId,
'x-protected-session-id': encryption ? encryption.getProtectedSessionId() : null
'x-protected-session-id': protected_session ? protected_session.getProtectedSessionId() : null
}
});
}