misuzu/public/settings/index.php

12 lines
178 B
PHP
Raw Normal View History

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