source: website/fre/index.php @ 1785

Last change on this file since 1785 was 1543, checked in by plg, 18 years ago

PhpWebGallery homepage sources moved from Pierrick's local CVS repository to
Gna! Subversion repository. Homepage modifications are now shared between
team members.

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