summaryrefslogtreecommitdiff
path: root/index.php
blob: cbeadb4307e0d43e2f9238bfd7eebb205dbfbcde (plain)
1
2
3
4
5
<?php

require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
header("Location: /app/");
die();