* Modify the prompt page for deleting files。

This commit is contained in:
tianshujie
2022-02-24 15:47:03 +08:00
parent bdaf8ced98
commit 30c5d7a991
+1 -1
View File
@@ -32,7 +32,7 @@
<?php
if(is_array($command))
{
foreach($command as $cmd) echo "<div><code>$cmd</code></div>";
echo html::textarea('errors', join("\n", $command), "rows='19' class='form-control' readonly");
}
else
{