Browse Source

Update domain_settings.php

FusionPBX 7 năm trước cách đây
mục cha
commit
4978967c0e

+ 1 - 1
core/domain_settings/domain_settings.php

@@ -114,7 +114,7 @@ if (sizeof($_REQUEST) > 1) {
 	}
 	}
 
 
 //prepare to page the results
 //prepare to page the results
-	$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 200;
+	$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 1000;
 	$param = "";
 	$param = "";
 	$page = $_GET['page'];
 	$page = $_GET['page'];
 	if (strlen($page) == 0) { $page = 0; $_GET['page'] = 0; }
 	if (strlen($page) == 0) { $page = 0; $_GET['page'] = 0; }