source: extensions/ExtendedDescription/include/index.php @ 26424

Last change on this file since 26424 was 26424, checked in by mistic100, 10 years ago

reorganize code, clean EOL, remove [img] (deprecated since 08/2012)

File size: 146 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.