You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
481 B
27 lines
481 B
<?php
|
|
|
|
/**
|
|
* Licence: GPL
|
|
* Please contact CBlue regarding any licences issues.
|
|
* Author: noel@cblue.be
|
|
* Copyright: CBlue SPRL, 20XX
|
|
*
|
|
* External login module : FACEBOOK
|
|
*
|
|
* Configuration file
|
|
* Please edit this file to match with your FACEBOOK settings
|
|
* */
|
|
/**
|
|
* Facebook application setting
|
|
* */
|
|
|
|
|
|
|
|
|
|
//Loads the portal facebook settings
|
|
/**
|
|
* See facebook section of the auth.conf.php file
|
|
*/
|
|
|
|
require_once dirname(__FILE__) . '/../../inc/conf/auth.conf.php';
|
|
|
|
|