You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this variation is needed due to php 7.0, but I keep getting JSON errors until I updated /server/index.php to the followiing
changed echo shell_exec( $shell_file . " " . $module );
to echo stripcslashes(shell_exec( $shell_file . " " . $module ));