Rev | Line | |
---|
[2] | 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 |
|
---|
| 12 | if (eregi("config.php",$_SERVER['PHP_SELF'])) {
|
---|
| 13 | Header("Location: index.php");
|
---|
| 14 | die();
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | $dbhost ="localhost";
|
---|
| 20 | $dbuname ="eleonline";
|
---|
| 21 | $dbpass ="eletest";
|
---|
| 22 | $dbname ="temp4";#sviluppo"; #temp4";
|
---|
| 23 | $prefix ="soraldo";
|
---|
| 24 | ini_set('display_errors','1');
|
---|
| 25 |
|
---|
| 26 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.