Skip to content

Commit

Permalink
[SKIP CI] Fixing log.php redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLethbridge committed May 12, 2019
1 parent 394b786 commit 391acdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions umpleonline/scripts/log.php
Expand Up @@ -42,11 +42,11 @@
if($isSuccess) { if($isSuccess) {
echo "<p>Successfully established connection to server\n"; echo "<p>Successfully established connection to server\n";


echo "\n<p>php version:"; echo "\n<p>php version: ";
passthru("php -version"); passthru("php -version");


echo "<p>Java version:"; echo "<p>Java version: ";
passthru("java -version"); passthru("java -version 2>&1");


$numBytesSent= socket_write($theSocket, $commandLine); $numBytesSent= socket_write($theSocket, $commandLine);
if($numBytesSent === FALSE) { if($numBytesSent === FALSE) {
Expand Down

0 comments on commit 391acdf

Please sign in to comment.