source: extensions/Extra_special_functions/trunk/language/cs_CZ/index.php @ 7598

Last change on this file since 7598 was 7598, checked in by pab, 13 years ago

Extra_special_functions plugin (develop)

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.