0
0

Corrected password reset page inclusion in /lib/php/login.php

This commit is contained in:
Bryan 2019-05-29 19:06:48 +02:00
parent 94ea3a0168
commit e56b67bae7
No known key found for this signature in database
GPG Key ID: 6CB4C49B61AD50EF

View File

@ -4,7 +4,7 @@
exit;
}
if ( isset ( $GLOBALS [ 'request_uri' ] [ 1 ] ) && $GLOBALS [ 'request_uri' ] [ 1 ] == "forgot" ) {
include ( $config [ 'installation_path' ] . '/lib/php/forgot.php' );
include ( 'lib/php/forgot.php' );
exit;
}
if ( isset ( $_POST [ 'username' ] ) && isset ( $_POST [ 'password' ] ) ) {