Fixes in app

This commit is contained in:
absurdo 2023-10-30 01:29:40 +01:00
parent e9b60000cb
commit f12c860e58

13
controllers/app.php Normal file
View 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';
}
}