source: trunk/admin/config.php@ 164

Last change on this file since 164 was 155, checked in by luciano, 12 years ago
File size: 777 bytes
Line 
1<?php
2/************************************************************************/
3/* Eleonline - Raccolta e diffusione dei dati elettorali */
4/* by Roberto Gigli & Luciano Apolito */
5/* http://www.eleonline.it */
6/* info@eleonline.it luciano@aniene.net rgigli@libero.it */
7/************************************************************************/
8/* Config */
9/* Amministrazione */
10/************************************************************************/
11
12if (eregi("config.php",$_SERVER['PHP_SELF'])) {
13 Header("Location: index.php");
14 die();
15}
16
17?>
Note: See TracBrowser for help on using the repository browser.