source: trunk/admin/config.php@ 9

Last change on this file since 9 was 9, checked in by roby, 15 years ago

prova di modifica iniziale

File size: 724 bytes
Line 
1<?php
2
3/************************************************************************/
4/* Eleonline - Raccolta e diffusione dei dati elettorali */
5/* by Roberto Gigli & Luciano Apolito */
6/* http://www.eleonline.it */
7/* info@eleonline.it luciano@aniene.net rgigli@libero.it */
8/************************************************************************/
9
10
11if (eregi("config.php",$_SERVER['PHP_SELF'])) {
12 Header("Location: index.php");
13 die();
14}
15
16
17
18$dbhost = "localhost";
19$dbuname = "eleonline";
20$dbpass = "eleonline";
21$dbname = "eleonline";
22$prefix = "soraldo";
23$dbtype = "MySQL";
24ini_set('display_errors',0);
25?>
Note: See TracBrowser for help on using the repository browser.