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

Commit e3edfde

Browse files
author
NerdOfLinux
authored
Update shell.php
1 parent a56188b commit e3edfde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
$run = exec("$shell");
2727
echo "<br><b>Output: </b><br>";
2828
echo "<pre>$run</pre>";
29+
}else{
30+
echo "Nothing has been run yet.";
2931
}
3032
?>
3133
</body>

0 commit comments

Comments
 (0)