mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update index.php
Comment out the adminer auto login.
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user