mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
24 lines
679 B
Plaintext
24 lines
679 B
Plaintext
Menu="About:30"
|
|
Type="xmenu"
|
|
Title="Registration"
|
|
Icon="icon-registration"
|
|
Tag="pencil"
|
|
---
|
|
<?php
|
|
/* Copyright 2005-2023, Lime Technology
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License version 2,
|
|
* as published by the Free Software Foundation.
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*/
|
|
require_once "$docroot/plugins/dynamix/include/ReplaceKey.php";
|
|
$replaceKey = new ReplaceKey();
|
|
$replaceKey->check(true);
|
|
?>
|
|
<unraid-i18n-host>
|
|
<unraid-registration></unraid-registration>
|
|
</unraid-i18n-host>
|