<?php
include_once('../helpers/init.php');
if(!isset($_SESSION['username'])){
  header('Location:../index.php');
}