Skip to content
Snippets Groups Projects
Commit 7f44a24a authored by echicken's avatar echicken
Browse files

Same as last time, but without as much derp.

parent 2c0b84cd
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ var webIni=(function() {
function setLoginCookie(u, sessionKey)
{
set_cookie('synchronet', u.number.toString() + ',' + sessionKey, time() + webIni.sessionTimeout, http_request.host.replace(/\:d*/g, ""), "/");
set_cookie('synchronet', u.number.toString() + ',' + sessionKey, time() + webIni.sessionTimeout, http_request.host.replace(/\:\d*/g, ""), "/");
login(u.alias, u.security.password);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment