Changeset 2988014
- Timestamp:
- 11/02/2023 11:41:12 AM (2 years ago)
- Location:
- o365-user-authentication/trunk
- Files:
-
- 3 edited
-
function/com_create_guid.php (modified) (1 diff)
-
o365-user-auth-online.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
o365-user-authentication/trunk/function/com_create_guid.php
r1963459 r2988014 3 3 { 4 4 function o365_com_create_guid(){ 5 mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.5 //mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up. 6 6 $charid = strtoupper(md5(uniqid(rand(), true))); 7 7 $hyphen = chr(45);// "-" -
o365-user-authentication/trunk/o365-user-auth-online.php
r2900466 r2988014 3 3 * Plugin Name: Office 365 User Authentication 4 4 * Plugin URI: http://www.wpintegrate.com/ 5 * Version: 2. 55 * Version: 2.6 6 6 * Author: wpintegrate.com 7 7 * Author URI: http://www.wpintegrate.com/ -
o365-user-authentication/trunk/readme.txt
r2900466 r2988014 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: 6. 26 Tested up to: 6.3.2 7 7 Requires PHP: 5.6.36 8 8 Tested up to PHP: 8.2.4 9 Stable tag: 2. 59 Stable tag: 2.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.