This commit is contained in:
Huong Nguyen 2024-04-10 11:24:02 +07:00
commit dbc6a5798f
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
*/
// Ignore coding standards for login check, this page does not require login.
// @codingStandardsIgnoreStart
require_once(__DIR__ . '../../../../../../config.php');
require_once(__DIR__ . '/../../../../../config.php');
$instanceid = required_param('instance', PARAM_INT);
$pass = optional_param('pass', '0', PARAM_INT);
$secret = optional_param('secret', 0, PARAM_INT);

View File

@ -22,7 +22,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require_once(__DIR__ . '../../../../../../config.php');
require_once(__DIR__ . '/../../../../../config.php');
require_login(null, false);
if (isguestuser()) {