source: extensions/UserCollections/admin/template/index.php @ 25678

Last change on this file since 25678 was 25678, checked in by mistic100, 10 years ago

very big update for Piwigo 2.6

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.