X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fexplain.php;h=2490ab63ad8a2cb7c12d04964d96870413af0840;hb=7964a34f79c99b45bf084c375b81ef989bc16f09;hp=e1852ab8acd293389a0d61484a1039607e5c1a99;hpb=5c967dabf5b7bef5b0471e61c9ada4a51d887cb6;p=brisk.git diff --git a/web/briskin5/explain.php b/web/briskin5/explain.php index e1852ab..2490ab6 100644 --- a/web/briskin5/explain.php +++ b/web/briskin5/explain.php @@ -40,11 +40,11 @@ require_once("Obj/briskin5.phh"); require_once("Obj/placing.phh"); function main() { - - if (file_exists(LEGAL_PATH."/explain.log")) { - $ret .= file_get_contents(LEGAL_PATH."/explain.log"); - } - echo "$ret"; + $ret = ""; + if (file_exists(LEGAL_PATH."/explain.log")) { + $ret .= file_get_contents(LEGAL_PATH."/explain.log"); + } + echo "$ret"; } ?> @@ -54,7 +54,7 @@ function main() { - +