|
Support Incident Tracker GIT4.x
|
Go to the source code of this file.
Variables | |
| $_SESSION ['auth'] = FALSE | |
| $language = mb_substr(strip_tags($_POST['lang']), 0, 5) | |
| if (mb_substr($language, 2, 1)!= '-'OR mb_strpos('.', $language)!==FALSE) | |
| $password = $_REQUEST['password'] | |
| $username = cleanvar($_REQUEST['username']) | |
| $public_browser = cleanvar($_REQUEST['public_browser']) | |
| $page = strip_tags(str_replace('..','',str_replace('//','',str_replace(':','',urldecode($_REQUEST['page']))))) | |
| $_SESSION['auth'] = FALSE |
Definition at line 19 of file login.php.
Referenced by Contact::add(), authenticateLDAP(), authenticateSQL(), cfgSave(), cfgVarInput(), clear_form_data(), clear_form_errors(), contract_software(), contracts_for_contacts_table(), dashboard_rss_display(), dashboard_user_incidents(), dashboard_user_incidents_display(), dashboard_watch_incidents_edit(), display_update_page(), draw_chart(), Contact::edit(), emoticons(), Feed::generate_feed_xml(), help_link(), html_action_links(), html_hmenu(), html_incident_popup_link(), html_redirect(), icon(), ldap_storeDetails(), ldate(), load_entitlements(), login(), logout(), mark_task_completed(), populate_syslang(), priority_name(), process_new_contact(), setup_configure(), show_form_errors(), show_new_contact(), show_notes(), to_row(), upload_file(), user_email(), user_permission(), user_realname(), userstatus_summaryline(), and validate_session().
| $page = strip_tags(str_replace('..','',str_replace('//','',str_replace(':','',urldecode($_REQUEST['page']))))) |
| $password = $_REQUEST['password'] |
Definition at line 40 of file login.php.
Referenced by authenticate(), authenticateContact(), authenticateLDAP(), authenticateSQL(), create_admin_user(), ldap_storeDetails(), ldapOpen(), login(), and process_new_contact().