source: extensions/upload_form/index.php @ 31953

Last change on this file since 31953 was 4740, checked in by plg, 14 years ago

feature 1399: i18n for Upload Form

File size: 147 bytes
RevLine 
[4739]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.