commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -11,10 +11,10 @@
*/
//if ($_SESSION['permissions'] < '5')
if ($_SESSION['userlevel'] < '5') {
print_error_permission();
return;
}
//if ($_SESSION['userlevel'] < '5') {
// print_error_permission();
// return;
//}
$form_items = [];
$form_limit = 250; // Limit count for multiselect (use input instead)
@ -245,9 +245,6 @@ foreach ($types as $option => $text) {
print_navbar($navbar);
unset($navbar);
// Pagination
$vars['pagination'] = TRUE;
//r($cache['bgp']);
print_bgp_peer_table($vars);