Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/o365-moodle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8dfadc4c544da52fdbb77c13f34b27628bcf15c3
Choose a base ref
..
head repository: microsoft/o365-moodle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5aeb80b05e7401e05c28c0928be92b78c0ebd1f
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 auth/oidc/logout.php
3 changes: 1 addition & 2 deletions auth/oidc/logout.php
Original file line number Diff line number Diff line change
@@ -23,10 +23,9 @@
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

// phpcs:ignore moodle.Files.RequireLogin.Missing

use core\session\manager;

// phpcs:ignore moodle.Files.RequireLogin.Missing
require_once(__DIR__ . '/../../config.php');

$PAGE->set_url('/auth/oidc/logout.php');