Menu="UserList"
Title="Edit User"
Tag="user"
---
if (!array_key_exists($name, $users)) {
echo "";
exit;
}
$user = "/boot/config/plugins/dynamix/users/$name.png";
$void = "
";
$icon = "";
$zxcvbn = file_exists('/boot/config/plugins/dynamix/zxcvbn.js');
$file = "/boot/config/ssh/root/authorized_keys";
$text = preg_replace(["/\r\n/","/\r/"],"\n", @file_get_contents($file) ?: '');
?>