source: trunk/elezioni/trunk/install.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 512 bytes
Line 
1<?php
2
3/************************************************************************/
4/* Eleonline - Raccolta e diffusione dei dati elettorali */
5/* by Luciano Apolito & Roberto Gigli */
6/* http://www.eleonline.it */
7/* info@eleonline.it luciano@aniene.net rgigli@libero.it */
8/************************************************************************/
9
10 Header("Location: install/index.php");
11die();
12
13?>
Note: See TracBrowser for help on using the repository browser.