wip
This commit is contained in:
@ -29,6 +29,11 @@ class Home extends Controller {
|
||||
self::$title = '{SITENAME}';
|
||||
self::$pageDescription = 'This is the homepage of your new Tempus Project Installation. Thank you for installing. find more info at https://thetempusproject.com';
|
||||
Views::view( 'index' );
|
||||
|
||||
Template::addHeader( 'Access-Control-Allow-Origin: *');
|
||||
$bugsnag = \Bugsnag\Client::make( BUGSNAG_API_KEY );
|
||||
\Bugsnag\Handler::register($bugsnag);
|
||||
$bugsnag->notifyException(new \RuntimeException("Test error"));
|
||||
}
|
||||
|
||||
public function login() {
|
||||
|
Reference in New Issue
Block a user