X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FJavaGod.class.php;h=f8d47c9389d9cb76ca51a9dfdacd343e93ccdbfd;hp=cd16c3ec11922f6e3f5d7306c2b976bd2e9fc02f;hb=bb2b4fd1501bb1a83855e1bf0305dbf3b1f7f8aa;hpb=32b1c2ac1f6f2b1ed7e08af55d028effcff3d0c7 diff --git a/Bots/JavaGod.class.php b/Bots/JavaGod.class.php index cd16c3e..f8d47c9 100644 --- a/Bots/JavaGod.class.php +++ b/Bots/JavaGod.class.php @@ -113,7 +113,7 @@ class {$_NAME} extends Bot { } "; }; - $fp = fopen("tmp/debug_".$entry['id'].".c", "w"); + $fp = fopen("tmp/debug_".$entry['id'].".java", "w"); fwrite($fp, $javacode); fclose($fp); $err = shell_exec("javac tmp/debug_".$entry['id'].".java 2>&1");