source: extensions/Wall/index.php @ 17092

Last change on this file since 17092 was 17092, checked in by Sixpo, 12 years ago
File size: 138 bytes
Line 
1<?php
2
3$url = '../';
4header( 'Request-URI: '.$url );
5header( 'Content-Location: '.$url );
6header( 'Location: '.$url );
7exit();
8?>
Note: See TracBrowser for help on using the repository browser.