Initial commit

This commit is contained in:
2017-08-14 14:26:10 +04:00
commit d4cd72e032
6 changed files with 254 additions and 0 deletions

13
version.php Normal file
View File

@ -0,0 +1,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';