register passport
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
var today = new Date();
|
||||
var d = today.getDate();
|
||||
var mon = today.getMonth()+1;
|
||||
var y = today.getFullYear()
|
||||
var y = today.getFullYear();
|
||||
var h = today.getHours();
|
||||
var m = today.getMinutes();
|
||||
var s = today.getSeconds();
|
||||
|
||||
Reference in New Issue
Block a user