<?php

if (!$currentUser) {
    http_response_code(403);
    msg_error("You need to be logged in to create new topics!");
    exit;
}