Fix include from api to users for users tab
parent
3e86454fc6
commit
4c586b67ba
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue