<?php

if ($currentUser) {
    header("Location: .");
    exit;
}