• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.
Connecting To XenForo 2

Connecting To XenForo 2

Use this snippet to connect to XenForo 2.

PHP:
/** @var  $fileDir */
$fileDir = '/Path/To/community';

require($fileDir . '/src/XF.php');

XF::start($fileDir);

$app = XF::setupApp('XF\Pub\App');
$app->start();

Read the DevLog for more details.
Author
LPH
Views
691
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from LPH

Top