Просмотр поста #540044: Как сделать анкету открытым гостям

.
Jesk
JohnCMS
users/profile.php
выпили
if (!$user_id) {
    require('../incfiles/head.php');
    echo functions::display_error($lng['access_guest_forbidden']);
    require('../incfiles/end.php');
    exit;
}