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

11
lang/en/auth_http.php Normal file
View File

@ -0,0 +1,11 @@
<?php
/**
* Strings for component 'auth_http', language 'en'.
* @package auth_http
* @copyright "Valentin Popov" <info@valentineus.link>
* @license MIT License (https://opensource.org/licenses/MIT)
*/
$string['pluginname'] = 'HTTP Authentication';
$string['auth_httpdescription'] = 'A simple plugin that implements basic authentication for users in the system.';
$string['auth_httperror'] = 'User is not authorized.';