misuzu/public/settings/index.php

12 lines
179 B
PHP
Raw Normal View History

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