aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
blob: eadbebb102be94ba07ad834eae42cf81be4bc535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

include "./config.inc.php";
if ($printview_default == 'yes') {
	$default_view = "print.php?printview=$default_view";
} else {
	$default_view = "$default_view" . ".php";
}
header("Location: $default_view");

?>

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