Fix include from api to users for users tab

pull/3680/head
Isaac Connor 2023-03-05 10:21:39 -05:00
parent 3e86454fc6
commit 4c586b67ba
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ foreach (array_map('basename', glob('skins/'.$skin.'/css/*', GLOB_ONLYDIR)) as $
</form>
<?php
} else if ($tab == 'users') {
include('_options_api.php');
include('_options_users.php');
} else if ($tab == 'control') {
if (canView('Control')) {
$redirect = '?view=controlcaps';