parent
f931d3a291
commit
960875e88a
|
|
@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue