API: Auth implementation
This commit is contained in:
parent
01a6fb914f
commit
4e91eeb3ab
6 changed files with 147 additions and 2 deletions
|
@ -10,6 +10,8 @@ require '../../../vendor/autoload.php';
|
|||
require '../../../res/php/Config.php';
|
||||
require '../../../res/php/ArticleGenerator.php';
|
||||
|
||||
include '../auth/auth.php';
|
||||
|
||||
use \mmk2410\rbe\config\Config as Config;
|
||||
|
||||
$config = new Config("../../../config.yaml", '../../../vendor/autoload.php');
|
||||
|
|
Reference in a new issue