source:
trunk/install.php@
161
Last change on this file since 161 was 2, checked in by , 15 years ago | |
---|---|
File size: 512 bytes |
Rev | Line | |
---|---|---|
[2] | 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"); | |
11 | die(); | |
12 | ||
13 | ?> |
Note:
See TracBrowser
for help on using the repository browser.