blob: 68454d7b41f81595076549d592748a2dd4342dac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
/**
* Version information.
* @package auth_http
* @copyright "Valentin Popov" <info@valentineus.link>
* @license MIT License (https://opensource.org/licenses/MIT)
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017081400;
$plugin->requires = 2017050500;
$plugin->component = 'auth_http';
|