mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update extensions.php
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user