]> git.sur5r.net Git - bacula/docs/commitdiff
dispaly more testimonials on the first page
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 4 Nov 2011 07:38:10 +0000 (08:38 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 4 Nov 2011 07:38:10 +0000 (08:38 +0100)
docs/home-page/en/pages/testimonial.php

index f0c18da1bb18596bfed32c6de158184f79e75a53..0e58d40dd0d30933fc732a41b1fdf3ff4602c552 100644 (file)
@@ -780,12 +780,12 @@ function view_all()
     $limit = $_REQUEST['limit'];
     $offset = $_REQUEST['offset'];
 
-    $limit = is_numeric($limit)?$limit:5;
+    $limit = is_numeric($limit)?$limit:50;
     $offset = is_numeric($offset)?$offset:0;
     $max = $offset + $limit;
 
     $admin = is_admin();
-    if ($limit > 20) { $limit = 20 ;}
+    if ($limit > 100) { $limit = 100 ;}
 
     if ($handle = opendir($dat_dir)) {
     /* Ceci est la facon correcte de traverser un dossier. */