Mowie/inc/index.php

4 lines
75 B
PHP
Executable File

<?php
require_once 'config.php';
header('Location: '.$MCONF['web_uri']);
?>