<?php
/**
 * Redirect to new posts system
 */
header('Location: posts/index.php');
exit;
?>
