source: trunk/client/config.php@ 123

Last change on this file since 123 was 123, checked in by eol, 13 years ago
File size: 924 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
18
19$dbhost ="localhost";
20$dbuname ="elezioni";
21$dbpass ="eleonline";
22$dbname ="guidonia2011";
23$prefix ="soraldo";
24ini_set('display_errors','0');
25
26?>
Note: See TracBrowser for help on using the repository browser.