Initial commit
This commit is contained in:
13
version.php
Normal file
13
version.php
Normal 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';
|
Reference in New Issue
Block a user