misuzu/public-legacy/settings/index.php

8 lines
115 B
PHP
Raw Normal View History

2019-06-06 22:09:27 +02:00
<?php
namespace Misuzu;
if(!$msz->isLoggedIn())
Template::throwError(401);
2019-06-06 22:09:27 +02:00
url_redirect('settings-account');