source: trunk/index.php

Last change on this file was 155, checked in by luciano, 11 years ago
File size: 511 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: client/index.php");
11die();
12
13?>
Note: See TracBrowser for help on using the repository browser.