api troubles bzt we're getting there
All checks were successful
Build and push / Pulling repo on server (push) Has been skipped
All checks were successful
Build and push / Pulling repo on server (push) Has been skipped
This commit is contained in:
15
web/api/pages/auth/controller.php
Normal file
15
web/api/pages/auth/controller.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
class Auth extends Page {
|
||||
|
||||
function login()
|
||||
{
|
||||
return 'hättest gern';
|
||||
}
|
||||
|
||||
function maySeeThisPage()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user