2.0.5
This commit is contained in:
parent
d8331b7a2c
commit
e16f840e56
11 changed files with 187 additions and 82 deletions
|
@ -28,8 +28,8 @@ if (u && p && s) {
|
|||
$.cookie('username', u, { expires: 365 });
|
||||
username = u;
|
||||
}
|
||||
if (!$.cookie('password')) {
|
||||
$.cookie('password', p, { expires: 365 });
|
||||
if (!$.cookie('passwordenc')) {
|
||||
$.cookie('passwordenc', p, { expires: 365 });
|
||||
password = p;
|
||||
}
|
||||
if (!$.cookie('Server')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue