source: extensions/most_downloaded/index.php @ 32623

Last change on this file since 32623 was 32418, checked in by ddtddt, 4 years ago

[most_downloaded] piwigo 11

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.