source: extensions/Wall/index.php @ 17108

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