Update index.php

Comment out the adminer auto login.
This commit is contained in:
FusionPBX 2016-06-08 19:14:43 -06:00
parent f931d3a291
commit 960875e88a
1 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function adminer_object() {
// custom name in title and heading
return 'Adminer';
}
/*
function permanentLogin() {
// key used for permanent login
if ($_SESSION['adminer']['auto_login']['boolean'] == 'true') {
@ -59,6 +59,7 @@ function adminer_object() {
// validate user submitted credentials
return ($_SESSION['adminer']['auto_login']['boolean'] == 'true') ? true : false;
}
*/
}
@ -68,4 +69,4 @@ function adminer_object() {
// include original Adminer or Adminer Editor
include "adminer.php";
?>
?>