This commit is contained in:
edbrz9 2022-12-29 14:30:22 +01:00
parent 7d9975ec13
commit aa6ae1ef18
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
echo nl2br("\n");
echo nl2br("\n");
$txt = var_export($output, true);
echo $txt;
echo $txt[0];
echo nl2br("\nreturn:\n");
var_export($return);