dr-w-site/gettingstarted/index.php

4 lines
70 B
PHP
Raw Normal View History

<?php
header("Location: /wiki/view.php?page=getting-started");
die();