mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Set cwd for terminal
This commit is contained in:
@@ -89,7 +89,7 @@ sendCmd = function(command) {
|
||||
<body>
|
||||
<?php
|
||||
$user = str_replace("\n","",shell_exec("whoami"));
|
||||
$cwd = $ICEcoder['docRoot'].$ICEcoder['root'];
|
||||
$cwd = getcwd();
|
||||
?>
|
||||
<span class="close" onclick="top.get('terminal').style.display = 'none'">Close X</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user