Преглед изворни кода

Change filegator pagination to remove unlimited and add bigger steps (#4869)

Robert-Jan de Dreu пре 1 година
родитељ
комит
79daf4fceb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      install/deb/filemanager/filegator/configuration.php

+ 1 - 0
install/deb/filemanager/filegator/configuration.php

@@ -33,6 +33,7 @@ $dist_config["frontend_config"]["editable"] = [
 $dist_config["frontend_config"]["date_format"] = "YY/MM/DD H:mm:ss";
 $dist_config["frontend_config"]["guest_redirection"] = "/login/";
 $dist_config["frontend_config"]["upload_max_size"] = 1024 * 1024 * 1024;
+$dist_config["frontend_config"]["pagination"] = [100, 50, 25];
 if (!empty($_SESSION["language"])) {
 	$lang = $_SESSION["language"];
 } elseif (!empty($_SESSION["LANGUAGE"])) {