You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
239 B

<?php
use Movim\Controller\Base;
class AccountController extends Base
{
public function dispatch()
{
requestAPI('disconnect', 2, ['sid' => SESSION_ID]);
$this->page->setTitle(__('page.account_creation'));
}
}