forked from team/site
1
0
Fork 0
tilde.team/wiki/view.php

3 lines
62 B
PHP

<?php
header("Location: /wiki/?page={$_GET["page"]}"); die();