<?
session_start();
include('admin/db.php');
$title = 'Failure';
include('inc.header.php'); ?>
<h2>Error</h2>
<p>An error has occured while uploading your file. This is usually due to using an unsupported codec or a broken video file.</p>
<? include('inc.footer.php'); ?>