source: trunk/client/config.php@ 119

Last change on this file since 119 was 119, checked in by eol, 13 years ago

esporta risultati pdf : scelta formato A3/A4 e Landscape/Portrait

  • Property svn:executable set to *
File size: 773 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 (stristr("config.php",$_SERVER['PHP_SELF'])) {
12 Header("Location: index.php");
13 die();
14}
15
16
17/* Variabili di configurazione accesso db */
18$dbhost = "localhost";
19$dbuname = "root";
20$dbpass = "";
21$dbname = "guidonia2011";
22$prefix = "soraldo";
23$dbtype = "MySQL";
24$ins_logo= 1;
25ini_set('display_errors',0);
26?>
Note: See TracBrowser for help on using the repository browser.