public/main/admin/access_url_check_user_session.php
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Session overview');
- Exclude checks
Variable "tbl_user" is not in valid camel caps format Open
Open
$tbl_user = Database::get_main_table(TABLE_MAIN_USER);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "tbl_session_rel_user" is not in valid camel caps format Open
Open
$tbl_session_rel_user = Database::get_main_table(TABLE_MAIN_SESSION_USER);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$result = UrlManager::add_user_to_url($user_id, $url_id);
- Exclude checks
Variable "user_link" is not in valid camel caps format Open
Open
<b>'.$user_link.'</b>
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($user_id);
- Exclude checks
Variable "session_item" is not in valid camel caps format Open
Open
$html .= '<h3>'.$session_item['name'].'</h3>';
- Exclude checks
Variable "url_id" is not in valid camel caps format Open
Open
if ($user['access_url_id'] != $url_id) {
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info['lastname']
- Exclude checks
Variable "table_access_url_user" is not in valid camel caps format Open
Open
LEFT OUTER JOIN $table_access_url_user uu
- Exclude checks
Variable "order_clause" is not in valid camel caps format Open
Open
$order_clause = api_sort_by_first_name() ? ' ORDER BY firstname, lastname' : ' ORDER BY lastname, firstname';
- Exclude checks
Variable "session_list" is not in valid camel caps format Open
Open
foreach ($session_list as $session_item) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = $session_item['id'];
- Exclude checks
Variable "tbl_user" is not in valid camel caps format Open
Open
FROM $tbl_user u
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$link_to_add_user_in_url = '<a href="'.api_get_self().'?'.Security::remove_XSS($_SERVER['QUERY_STRING']).'&action=add_user_to_url&id_session='.$session_id.'&user_id='.$user['user_id'].'">'.$add.'</a>';
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "session_item" is not in valid camel caps format Open
Open
foreach ($session_list as $session_item) {
- Exclude checks
Variable "access_where" is not in valid camel caps format Open
Open
$access_where = "(access_url_id = $url_id OR access_url_id is null )";
- Exclude checks
Variable "user_link" is not in valid camel caps format Open
Open
$user_link = '<a href="'.api_get_path(WEB_CODE_PATH).'admin/user_information.php?user_id='.(int) ($user['user_id']).'">'.Security::remove_XSS(api_get_person_name($user['firstname'], $user['lastname'])).' ('.$user['username'].')</a>';
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info['firstname'],
- Exclude checks
Variable "url_id" is not in valid camel caps format Open
Open
$access_where = "(access_url_id = $url_id OR access_url_id is null )";
- Exclude checks
Variable "user_link" is not in valid camel caps format Open
Open
$user_link = '';
- Exclude checks
Variable "table_access_url_user" is not in valid camel caps format Open
Open
$table_access_url_user = Database::get_main_table(TABLE_MAIN_ACCESS_URL_REL_USER);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = $_REQUEST['user_id'];
- Exclude checks
Variable "show_users_with_problems" is not in valid camel caps format Open
Open
if ($show_users_with_problems) {
- Exclude checks
Variable "session_list" is not in valid camel caps format Open
Open
$session_list = SessionManager::get_sessions_list();
- Exclude checks
Variable "session_item" is not in valid camel caps format Open
Open
$session_id = $session_item['id'];
- Exclude checks
Variable "access_where" is not in valid camel caps format Open
Open
$access_where = '(access_url_id is null)';
- Exclude checks
Variable "user_link" is not in valid camel caps format Open
Open
$user_link .= ' '.Display::getMdiIcon(StateIcon::WARNING, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Users not added to the URL'));
- Exclude checks
Variable "url_id" is not in valid camel caps format Open
Open
$result = UrlManager::add_user_to_url($user_id, $url_id);
- Exclude checks
Variable "order_clause" is not in valid camel caps format Open
Open
$order_clause";
- Exclude checks
Variable "link_to_add_user_in_url" is not in valid camel caps format Open
Open
$link_to_add_user_in_url = '<a href="'.api_get_self().'?'.Security::remove_XSS($_SERVER['QUERY_STRING']).'&action=add_user_to_url&id_session='.$session_id.'&user_id='.$user['user_id'].'">'.$add.'</a>';
- Exclude checks
Variable "access_where" is not in valid camel caps format Open
Open
WHERE su.session_id = $session_id AND $access_where AND u.active <> ".USER_SOFT_DELETED."
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($user_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
WHERE su.session_id = $session_id AND $access_where AND u.active <> ".USER_SOFT_DELETED."
- Exclude checks
Variable "multiple_url_is_on" is not in valid camel caps format Open
Open
if ($multiple_url_is_on) {
- Exclude checks
Variable "url_id" is not in valid camel caps format Open
Open
$url_id = api_get_current_access_url_id();
- Exclude checks
Variable "link_to_add_user_in_url" is not in valid camel caps format Open
Open
$link_to_add_user_in_url = '';
- Exclude checks
Variable "link_to_add_user_in_url" is not in valid camel caps format Open
Open
'.$link_to_add_user_in_url.'
- Exclude checks
Variable "multiple_url_is_on" is not in valid camel caps format Open
Open
$multiple_url_is_on = api_get_multiple_access_url();
- Exclude checks
Variable "show_users_with_problems" is not in valid camel caps format Open
Open
$show_users_with_problems = isset($_REQUEST['show_users_with_problems']) && 1 == $_REQUEST['show_users_with_problems'] ? true : false;
- Exclude checks
Variable "show_users_with_problems" is not in valid camel caps format Open
Open
if ($show_users_with_problems) {
- Exclude checks
Variable "tbl_session_rel_user" is not in valid camel caps format Open
Open
INNER JOIN $tbl_session_rel_user su
- Exclude checks