trying to port web app starter from PHP
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
User::Logout();
|
||||
header('Location: '.URL::link('account/login'));
|
||||
exit;
|
||||
Reference in New Issue
Block a user