misuzu/public-legacy/settings/index.php

12 lines
166 B
PHP

<?php
namespace Misuzu;
use Misuzu\Users\UserSession;
if(!UserSession::hasCurrent()) {
echo render_error(401);
return;
}
url_redirect('settings-account');