<?php
require_once 'live.php';

$live = new Live();

header('Content-Type: application/json');

echo "Database is live";
