source: extensions/DownloadSinceThumbnail/index.php @ 31376

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

[extensions] - DownloadSinceThumbnail - first commit

File size: 125 bytes
Line 
1<?php
2$url = '../';
3header( 'Request-URI: '.$url );
4header( 'Content-Location: '.$url );
5header( 'Location: '.$url );
6exit();
Note: See TracBrowser for help on using the repository browser.