⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.148
Server IP:
172.67.195.75
Server:
Linux mpgrup.4286.w4261.php8 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
pma
/
View File Name :
prefs_twofactor.php
check(true)) { echo Template::get('prefs_twofactor_confirm')->render([ 'form' => $two_factor->render(), ]); exit; } else { $two_factor->configure(''); Message::rawNotice(__('Two-factor authentication has been removed.'))->display(); } } elseif (isset($_POST['2fa_configure'])) { if (! $two_factor->configure($_POST['2fa_configure'])) { echo Template::get('prefs_twofactor_configure')->render([ 'form' => $two_factor->setup(), 'configure' => $_POST['2fa_configure'], ]); exit; } else { Message::rawNotice(__('Two-factor authentication has been configured.'))->display(); } } $backend = $two_factor->backend; echo Template::get('prefs_twofactor')->render([ 'enabled' => $two_factor->writable, 'num_backends' => count($two_factor->available), 'backend_id' => $backend::$id, 'backend_name' => $backend::getName(), 'backend_description' => $backend::getDescription(), 'backends' => $two_factor->getAllBackends(), 'missing' => $two_factor->getMissingDeps(), ]);