1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00

Add class2.php back into HybridAuth index.php

This commit is contained in:
Cameron
2016-12-08 07:25:34 -08:00
parent 655ce01b87
commit 41da542395

View File

@@ -8,7 +8,7 @@
// ------------------------------------------------------------------------
// HybridAuth End Point
// ------------------------------------------------------------------------
require_once("../../class2.php");
require_once( "Hybrid/Auth.php" );
require_once( "Hybrid/Endpoint.php" );