first commit
This commit is contained in:
commit
788cf3e917
47 changed files with 2007 additions and 0 deletions
8
webroot/login.php
Normal file
8
webroot/login.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
use MingTsay\Akanyan\App;
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
App::requireNonAuth();
|
||||
App::render('login', ['authUrl' => App::authUrl()]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue