misuzu/public-legacy/settings/index.php

9 lines
153 B
PHP
Raw Normal View History

2022-09-13 13:14:49 +00:00
<?php
namespace Misuzu;
$authInfo = $msz->getAuthInfo();
if(!$authInfo->isLoggedIn())
Template::throwError(401);
2022-09-13 13:14:49 +00:00
url_redirect('settings-account');