Quote:
Originally Posted by BRotondi
Confirmed, GREAT!
Add the red code after the existing black in "wiki\includes\AuthPlugin_vBSSO.php"
Code:
# INITIALIZE VBULLETIN SUBSYSTEM
if ( !defined( 'CWD' ) )
define( 'CWD', ( VB_SYSTEM_PATH ) );
$oldcwd = getcwd();
chdir( VB_SYSTEM_PATH );
require_once( CWD . '/global.php');
require_once( CWD . '/includes/functions.php');
chdir($oldcwd);
1000 Thanks!
Bruno
|
Confirmed again. Working great with me on 4.0.0. Thanks guys!