diff --git a/app/adminer/index.php b/app/adminer/index.php index b475c2cdd6..62cc96aa7e 100644 --- a/app/adminer/index.php +++ b/app/adminer/index.php @@ -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"; -?> \ No newline at end of file +?>