예제 #1
0
<?php

$user_data = Authenticator::assert_user($_COOKIE['authToken']);
$msg = new Messages($GLOBALS['locale'], '/question-student');
$type = req_data('GET', 'type', false);
include 'question-student.html.php';