source: extensions/Extra_special_functions/trunk/language/it_IT/index.php @ 7691

Last change on this file since 7691 was 7691, checked in by riopwg, 13 years ago

IT description

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.