<?php
// Simple redirect to install page
header('Location: install.php');
exit;
