misuzu/public/settings/index.php

14 lines
197 B
PHP
Raw Normal View History

2019-06-06 20:09:27 +00:00
<?php
namespace Misuzu;
2019-06-06 20:09:27 +00:00
require_once '../../misuzu.php';
2019-06-10 17:04:53 +00:00
if(!user_session_active()) {
2019-06-06 20:09:27 +00:00
echo render_error(401);
return;
}
// do something with this page
url_redirect('settings-account');