1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-03 01:19:39 +00:00
Mowie/inc/index.php
2016-08-02 23:13:27 +02:00

4 lines
75 B
PHP
Executable File

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