We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f76b7 commit 79daf4fCopy full SHA for 79daf4f
install/deb/filemanager/filegator/configuration.php
@@ -33,6 +33,7 @@
33
$dist_config["frontend_config"]["date_format"] = "YY/MM/DD H:mm:ss";
34
$dist_config["frontend_config"]["guest_redirection"] = "/login/";
35
$dist_config["frontend_config"]["upload_max_size"] = 1024 * 1024 * 1024;
36
+$dist_config["frontend_config"]["pagination"] = [100, 50, 25];
37
if (!empty($_SESSION["language"])) {
38
$lang = $_SESSION["language"];
39
} elseif (!empty($_SESSION["LANGUAGE"])) {
0 commit comments