diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:45 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:45 -0500 |
| commit | c7809e9cb461e629d7cf107db08967b2980de742 (patch) | |
| tree | b63a00bcc55bb546890d7170695308f569857445 /validate.php | |
| parent | 6b930dcda26e6510ff20a66584cbfd8bec771b31 (diff) | |
| download | users-c7809e9cb461e629d7cf107db08967b2980de742.tar.gz users-c7809e9cb461e629d7cf107db08967b2980de742.tar.bz2 users-c7809e9cb461e629d7cf107db08967b2980de742.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'validate.php')
| -rw-r--r-- | validate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate.php b/validate.php index c00cd81..7ffb89b 100644 --- a/validate.php +++ b/validate.php @@ -94,7 +94,7 @@ if( !empty( $_REQUEST['provider'] ) ) { } $prefId = $gBitHybridAuthManager->getConfigName( $_REQUEST['provider'], 'id' ); $_SESSION['returnto'] = $_SERVER['SCRIPT_URI'].'?provider='.$_REQUEST['provider'].'&auth_login=1'; - include( USERS_PKG_PATH.'includes/register_inc.php' ); + include( USERS_PKG_INCLUDE_PATH.'includes/register_inc.php' ); } } } |
