Fixes in app
This commit is contained in:
parent
e9b60000cb
commit
f12c860e58
1 changed files with 13 additions and 0 deletions
13
controllers/app.php
Normal file
13
controllers/app.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
//The keyserver is installed in same domain, create a cookie with a name, and the user can use this cookie how its want.
|
||||
|
||||
class AppController {
|
||||
|
||||
public function app() {
|
||||
|
||||
return 'login';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue