Fixed code inspections, missing phpdocs and code standards.

This commit is contained in:
Daniel Thee Roperto
2016-09-15 14:01:45 +10:00
parent 6041d945e1
commit 7ca44c74ab
17 changed files with 143 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
var auth_outage_countdown = {
timer: null,
timer: 0,
clienttime: Date.now(),
siteadmin: false,
init: function (countdown, siteadmin, redirectto) {