Skip to content

Commit 43a661a

Browse files
committed
Move unRAIDSserver plugin to webGUI repo.
1 parent 1c64dc7 commit 43a661a

6 files changed

Lines changed: 444 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Menu="About"
2+
Title="EULA"
3+
Icon="icon-eula"
4+
Tag="file-text-o"
5+
---
6+
<?PHP
7+
/* Copyright 2005-2019, Lime Technology
8+
*
9+
* This program is free software; you can redistribute it and/or
10+
* modify it under the terms of the GNU General Public License version 2,
11+
* as published by the Free Software Foundation.
12+
*
13+
* The above copyright notice and this permission notice shall be included in
14+
* all copies or substantial portions of the Software.
15+
*/
16+
?>
17+
<?
18+
$file = "/boot/license.txt";
19+
if (file_exists($file)) echo Markdown(file_get_contents($file)); else echo Markdown("** No license file present! **");
20+
?>
21+
<button type="button" onclick="done()">Done</button>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Unraid OS**
2+
3+
Unraid OS by [Lime Technology, Inc.](https://lime-technology.com).
3.08 KB
Loading
580 Bytes
Loading
1.44 KB
Loading

0 commit comments

Comments
 (0)