Changeset 2535855
- Timestamp:
- 05/22/2021 12:47:09 PM (5 years ago)
- Location:
- o365-user-authentication/trunk
- Files:
-
- 2 edited
-
o365-user-auth-online.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
o365-user-authentication/trunk/o365-user-auth-online.php
r2432102 r2535855 4 4 * Plugin Name: Office 365 User Authentication 5 5 * Plugin URI: http://www.wpintegrate.com/ 6 * Version: 2. 16 * Version: 2.2 7 7 * Author: wpintegrate.com 8 8 * Author URI: http://www.wpintegrate.com/ … … 76 76 if (!isset($azure_online_access_token) || $azure_online_access_token == "") { 77 77 global $pagenow; 78 if ( $pagenow == 'admin.php' &&!empty($_GET['page']) && $_GET['page'] == 'o365_settings') {79 $current_page_path = $pagenow . '?page=' . $_GET['page'];78 if ( !empty($_GET['page']) && $_GET['page'] == 'o365_settings') { 79 $current_page_path = 'admin.php?page=' . $_GET['page']; 80 80 if (admin_url('admin.php?page=o365_settings') == admin_url($current_page_path)) { 81 81 add_action('admin_init', 'o365_user_auth_online_access_token'); -
o365-user-authentication/trunk/readme.txt
r2432102 r2535855 4 4 Tags: authentication login, azure active directory sso, office 365, dynamics crm, sharepoint 5 5 Requires at least: 3.5.2 6 Tested up to: 5. 5.36 Tested up to: 5.7.2 7 7 Requires PHP: 5.6.36 8 8 Tested up to PHP: 8.0.0
Note: See TracChangeset
for help on using the changeset viewer.