Skip to content

Commit

Permalink
Update bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacionelson committed Apr 11, 2020
1 parent acf61b1 commit 9618000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
require_once ROOT_DIR.'/includes/functions.groups.php';

/** Social login */
require_once ROOT_DIR.'/includes/hybridauth.php';
if (!defined('IS_INSTALL')) {
require_once ROOT_DIR.'/includes/hybridauth.php';
}

/** Security */
require_once ROOT_DIR . '/includes/security/csrf.php';

0 comments on commit 9618000

Please sign in to comment.