Files
webgui/plugins/dynamix.docker.manager/AddContainer.page
bergware e7032eaff3 Update copyright [6]
2005 it is....
2016-06-14 13:31:56 +02:00

22 lines
844 B
Plaintext

Title="Add Container"
Cond="(pgrep('docker')!==false)"
Markdown="false"
---
<?PHP
/* Copyright 2005-2016, Lime Technology
* Copyright 2015-2016, Guilherme Jardim, Eric Schultz, Jon Panozzo.
*
* 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.
*/
?>
<div style="text-align:right;vertical-align:top;position:relative;top:-44px;height:0;display:none;">
<span class="toggleMode" onclick="toggleMode();"><i id="toggleMode" class="fa fa-lg"></i> Advanced View</span>
</div>
<?PHP
require_once('/usr/local/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php');
?>