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

7 lines
115 B
PHP

<?php
namespace Misuzu;
if(!$msz->isLoggedIn())
Template::throwError(401);
url_redirect('settings-account');