]> git.sur5r.net Git - bacula/docs/blobdiff - docs/home-page/en/pages/testimonial.php
More home page tweaks
[bacula/docs] / 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. */