Skip to content

Commit 79daf4f

Browse files
rjd22jaapmarcus
authored andcommitted
Change filegator pagination to remove unlimited and add bigger steps (hestiacp#4869)
1 parent c1f76b7 commit 79daf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
$dist_config["frontend_config"]["date_format"] = "YY/MM/DD H:mm:ss";
3434
$dist_config["frontend_config"]["guest_redirection"] = "/login/";
3535
$dist_config["frontend_config"]["upload_max_size"] = 1024 * 1024 * 1024;
36+
$dist_config["frontend_config"]["pagination"] = [100, 50, 25];
3637
if (!empty($_SESSION["language"])) {
3738
$lang = $_SESSION["language"];
3839
} elseif (!empty($_SESSION["LANGUAGE"])) {

0 commit comments

Comments
 (0)