mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
39 lines
903 B
Plaintext
39 lines
903 B
Plaintext
Menu="Flash"
|
|
Title="Flash Device Settings"
|
|
---
|
|
<?PHP
|
|
/* Copyright 2015, Lime Technology
|
|
* Copyright 2015, Bergware International.
|
|
*
|
|
* 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.
|
|
*/
|
|
?>
|
|
Flash Vendor:
|
|
: <?=$var['flashVendor'];?>
|
|
|
|
Flash Product:
|
|
: <?=$var['flashProduct'];?>
|
|
|
|
Flash GUID:
|
|
: <?=$var['flashGUID'];?>
|
|
|
|
<?if (strstr($var['regTy'], "blacklisted")):?>
|
|
|
|
|
|
: **Blacklisted** - <a href="http://lime-technology.com/contact" target="_blank">Contact Support</a>
|
|
|
|
<?else:?>
|
|
|
|
|
|
: [Registration Key Manager](/Tools/Registration)
|
|
|
|
<?endif;?>
|
|
|
|
|
|
: <input type="button" value="Done" onclick="done()">
|