source: extensions/linked_pages/index.php @ 18255

Last change on this file since 18255 was 17882, checked in by mistic100, 12 years ago

first version

File size: 129 bytes
Line 
1<?php
2$url = '../';
3header( 'Request-URI: '.$url );
4header( 'Content-Location: '.$url );
5header( 'Location: '.$url );
6exit();
7?>
Note: See TracBrowser for help on using the repository browser.