source: extensions/Evil_Blog/index.php @ 31991

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