<?php
require 'auth.php';
requireLogin();
require 'header.php';
?>
<!DOCTYPE html>
<html>
<head><title>Dashboard</title></head>
<body>
<h1>This will be a dashboard!</h1>
<?php require 'footer.php'; ?>
Powered by TurnKey Linux.