source: trunk/admin/config.php@ 130

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

widget rss e traslazione

  • Property svn:executable set to *
File size: 801 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$mod_rewrite="0";
25$titoli_dinamici=TRUE;
26
27ini_set('display_errors',0);
28?>
Note: See TracBrowser for help on using the repository browser.