From: Eric Bollengier Date: Sat, 10 Oct 2009 08:25:13 +0000 (+0200) Subject: try to block SPAM in testimonial page X-Git-Tag: Release-3.0.3~2^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d20cb8f4d919a36292eb47eb9ef2ab38f07968a;p=bacula%2Fdocs try to block SPAM in testimonial page --- diff --git a/docs/home-page/en/pages/testimonial.php b/docs/home-page/en/pages/testimonial.php index c25aeb20..a3f62216 100644 --- a/docs/home-page/en/pages/testimonial.php +++ b/docs/home-page/en/pages/testimonial.php @@ -20,12 +20,12 @@ $org_type_lst = array( $version_lst = array( 'empty' => "SELECT ONE", + '206' => "3.0.x", '200' => "1.36.x", '201' => "1.38.x", '202' => "2.0.x", '203' => "2.2.x", '206' => "2.4.x", - '206' => "3.0.x", '204' => "GIT master version" ); @@ -209,11 +209,12 @@ if ($_REQUEST['action'] == 'Add' or $_REQUEST['action'] == 'Modify')