Skip to content

Commit

Permalink
small comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
my-curiosity committed Aug 20, 2024
1 parent 7501004 commit 360873e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* This is the only page in this plugin.
* Admin tool "Supporter" - Index page
*
* @package tool_supporter
* @copyright 2019 Benedikt Schneider, Klara Saary
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

require_once(__DIR__ . '/../../../config.php');

$title = get_string('pagetitle', 'tool_supporter');
Expand Down

0 comments on commit 360873e

Please sign in to comment.