Update extensions.php

This commit is contained in:
FusionPBX
2025-09-01 21:07:58 -06:00
committed by GitHub
parent cf89f91d69
commit 038ed4ded3

View File

@@ -100,9 +100,6 @@
if (!empty($search)) {
$query_string .= '&search='.urlencode($search);
}
if (!empty($_GET['page']) && is_numeric($_GET['page'])) {
$query_string .= '&page='.urlencode($_GET['page']);
}
if (!empty($_GET['show']) && $_GET['show'] == "all" && permission_exists('extension_all')) {
$query_string .= "&show=all";
}