From 8d20cb8f4d919a36292eb47eb9ef2ab38f07968a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 10 Oct 2009 10:25:13 +0200 Subject: [PATCH] try to block SPAM in testimonial page --- docs/home-page/en/pages/testimonial.php | 56 ++++++++++++++++++------ docs/techlogs/speed-test-results.ods | Bin 305478 -> 338153 bytes 2 files changed, 42 insertions(+), 14 deletions(-) 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')