0) ? (int)$_GET['page'] : 1; $limit_user = (isset($_GET['limit']) && (int)$_GET['limit'] > 0) ? (int)$_GET['limit'] : 10; $search_field = (isset($_GET['search']) && !empty($_GET['search'])) ? $_GET['search'] : false; if(hasValue($loggedInUserInfo) && is_array($loggedInUserInfo) && $loggedInUserInfo["users_page_limit"] && !(isset($_GET['limit']) and !empty($_GET['limit']))){ $limit_user = $loggedInUserInfo["users_page_limit"]; } echo '
| '.get_lang('actions')." | ".get_lang('username')." | "; echo "".get_lang('user_role')." | "; echo "".get_lang('email_address')." | "; echo "".get_lang('expires')." | "; echo "".get_lang('subusers')." | |
|---|---|---|---|---|---|---|
| [".
get_lang('assign_homes')."] [".get_lang('delete')."] [".get_lang('edit_profile')."] |
".htmlentities($row['users_login'])." | ".htmlentities($row['users_role'])." | ".htmlentities($row['users_email'])." | $user_expires | "; if(!empty($ownedBy)){ print ""; }else{ print " | " . get_lang('show_subusers') . " ↓ | "; } print "