Changeset 1732781
- Timestamp:
- 09/20/2017 09:13:37 AM (9 years ago)
- Location:
- unloq/trunk
- Files:
-
- 2 edited
-
autoloader/login/class-login.php (modified) (1 diff)
-
unloq.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
unloq/trunk/autoloader/login/class-login.php
r1732772 r1732781 1035 1035 */ 1036 1036 private function compat_init() { 1037 return; 1037 1038 if(is_user_logged_in()) return; 1038 1039 if(is_admin()) return; -
unloq/trunk/unloq.php
r1732772 r1732781 3 3 * Plugin Name: UNLOQ Authentication 4 4 * Description: Perform UNLOQ.io authentications with the click of a button 5 * Version: 2.0. 45 * Version: 2.0.5 6 6 * Author: UNLOQ.io 7 7 * Author URI: https://unloq.io
Note: See TracChangeset
for help on using the changeset viewer.