summaryrefslogtreecommitdiff
path: root/htdocs/tip_view.php
blob: 05f767fd262abe4e6440e127caa76dcae698b265 (plain)
1
2
3
4
5
6
<?php
    // This page has moved, redirect.
    header("Location: tips/indextip.php");
    exit;
?>