diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:20 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:20 -0500 |
| commit | 5c7b91cefd68d5fcf1dbc3c11936478b3debbb12 (patch) | |
| tree | 861e513f81fb8bfea1db05e2fc009c20675034c5 /hauth | |
| parent | 5e96f0d060e885c874466e23c41108d8f9cd4a1e (diff) | |
| download | users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.tar.gz users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.tar.bz2 users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.zip | |
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'hauth')
| -rw-r--r-- | hauth/disconnect.php | 2 | ||||
| -rw-r--r-- | hauth/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hauth/disconnect.php b/hauth/disconnect.php index 873fb41..8efd2ca 100644 --- a/hauth/disconnect.php +++ b/hauth/disconnect.php @@ -10,7 +10,7 @@ // +--------------------------------------------------------------------+ // -require_once( '../../kernel/setup_inc.php' ); +require_once( '../../kernel/includes/setup_inc.php' ); if( !empty( $_REQUEST['returnto'] ) ) { $_SESSION['returnto'] = $_REQUEST['returnto']; diff --git a/hauth/index.php b/hauth/index.php index 43cd3b6..29e76db 100644 --- a/hauth/index.php +++ b/hauth/index.php @@ -8,7 +8,7 @@ // ------------------------------------------------------------------------
// HybridAuth End Point
// ------------------------------------------------------------------------
-require_once( '../../kernel/setup_inc.php' );
+require_once( '../../kernel/includes/setup_inc.php' );
require_once( EXTERNAL_LIBS_PATH . 'facebook/src/Facebook/autoload.php' );
require_once( "Hybrid/Auth.php" );
|
