aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
blob: 177c4e3612ad5f7d23ef8d627169cf67a444e003 (plain) (blame)
1
2
3
4
5
6
7
<?php

include "./config.inc.php";
$default_view = "$default_view" . ".php";
header("Location: $default_view");

?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy