View file application/routing/account/logout.php

File size: 65B
<?PHP
	if(users()->logOut()) {
		Redirect('/account/auth');
	}