Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Commit

Permalink
Update Library
Browse files Browse the repository at this point in the history
  • Loading branch information
shield-9 committed Jan 9, 2015
1 parent 1b50ec4 commit 65753a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/php-u2flib-server
2 changes: 1 addition & 1 deletion u2f-login.php
Expand Up @@ -48,7 +48,7 @@ static function init() {
}

private function __construct() {
require_once( plugin_dir_path( __FILE__ ) . 'lib/php-u2flib-server/autoload.php');
require_once( plugin_dir_path( __FILE__ ) . 'lib/php-u2flib-server/src/u2flib_server/U2F.php');
$this->u2f = new u2flib_server\U2F( set_url_scheme('//' . $_SERVER['HTTP_HOST'] ) );

add_action('login_enqueue_scripts', array( &$this, 'login_enqueue_assets') );
Expand Down

0 comments on commit 65753a7

Please sign in to comment.