From 4cbbb2fbb6e7ee2f7252d3a07e428fb66373eee4 Mon Sep 17 00:00:00 2001 From: Ben Hodgetts Date: Sat, 9 Jun 2007 22:13:27 +0000 Subject: [PATCH] Add a note to not post terminal outputs to comments --- addcomment.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addcomment.php b/addcomment.php index c5b80ce..8c1272a 100644 --- a/addcomment.php +++ b/addcomment.php @@ -58,6 +58,9 @@ if(!empty($aClean['sBody'])) } } + echo "

Enter your comment in the box below."; + echo "
Please do not paste large terminal or debug outputs here.

"; + echo "
\n"; echo html_frame_start($mesTitle,500,"",0);