source: extensions/bmp_description/index.php @ 31940

Last change on this file since 31940 was 31469, checked in by ddtddt, 8 years ago

[extensions] - bmp_description - 2.8

File size: 147 bytes
Line 
1<?php
2// Recursive call
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.