Adminer updated. Removed warnings.

This commit is contained in:
severak 2020-01-15 13:41:12 +01:00
parent fca5fbc469
commit 4fb3d60bc7
2 changed files with 1375 additions and 1140 deletions

View File

@ -14,7 +14,7 @@ function adminer_object() {
return 'Kyselo admin'; return 'Kyselo admin';
} }
function permanentLogin() { function permanentLogin($i = false) {
// key used for permanent login // key used for permanent login
return md5($this->_kyseloConfig['secret']); return md5($this->_kyseloConfig['secret']);
} }
@ -24,7 +24,7 @@ function adminer_object() {
return array('', '', ''); return array('', '', '');
} }
function databases() { function databases($Jc = true) {
return array($this->_kyseloConfig['database']); return array($this->_kyseloConfig['database']);
} }

File diff suppressed because one or more lines are too long