mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 08:44:02 +01:00
Removed close button from terminal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user