diff --git a/web/lib/text2html.php b/web/lib/text2html.php new file mode 100644 index 0000000..6bea204 --- /dev/null +++ b/web/lib/text2html.php @@ -0,0 +1,12 @@ +$1$2',$text); + $text=nl2br($text); + return $text; +} + +?>