<?php
include "functions.php";
if($_SESSION["is_test"]==true){
echo '<pre>';
var_dump($_SESSION);
echo '</pre>';
}else{
echo "<h1>Alert! This only works in test mode.</h1>";
}