This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/public-legacy/settings/index.php

11 lines
152 B
PHP

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