aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
blob: 1e7975a3cc41b22563a2b1dbbf068e543c3d8d12 (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