Removed close button from terminal

This commit is contained in:
Matt Pass
2019-09-21 23:11:16 +01:00
committed by GitHub
parent e0ad9e8e85
commit ce4babfd1a

View File

@@ -91,7 +91,6 @@ sendCmd = function(command) {
$user = str_replace("\n","",shell_exec("whoami"));
$cwd = getcwd();
?>
<span class="close" onclick="top.get('terminal').style.display = 'none'">Close X</span>
<form name="shell" onsubmit="sendCmd(document.getElementById('command').value); return false" method="POST">
<pre class="output" id="output"><span style="color: #0a0">ICEcoder v<?php echo $ICEcoder["versionNo"];?> terminal</span>