We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d9254a + 29bb899 commit 0a534f7Copy full SHA for 0a534f7
app/server/index.php
@@ -5,4 +5,4 @@
5
$shell_file = dirname(__FILE__) . '/linux_json_api.sh';
6
$module = escapeshellcmd($_GET['module']);
7
8
- echo shell_exec( $shell_file . " " . $module );
+ echo stripcslashes(shell_exec( $shell_file . " " . $module ));
0 commit comments