<?php
// This file is part of the Savane project
// <http://gna.org/projects/savane/>
//
// $Id: pr,v 1.2 2004/01/31 00:56:17 yeupou Exp $
// 
require "include/pre.php";
Header("Location: ".$GLOBALS['sys_home']."projects/".basename($REQUEST_URI));
?>