. /** * This file acts as a redirector to the public directory. * * Note: This file is not intended to be accessed directly. * * @package core * @copyright Andrew Lyons * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @header($_SERVER['SERVER_PROTOCOL'] . ' 308 Permanent Redirect'); @header('Location: ./public/');