7 lines
115 B
PHP
7 lines
115 B
PHP
<?php
|
|
namespace Misuzu;
|
|
|
|
if(!$msz->isLoggedIn())
|
|
Template::throwError(401);
|
|
|
|
url_redirect('settings-account');
|