Committer: Claudio M <claudio@cmaffio.it> modified: core/config.php renamed: anagrafica/funzioni.php -> whitefox/funzioni.php renamed: anagrafica/index.php -> whitefox/index.php renamed: anagrafica/iscritti_edit.php -> whitefox/iscritti_edit.php renamed: anagrafica/iscritti_lista.php -> whitefox/iscritti_lista.php renamed: anagrafica/wf_gest.php -> whitefox/wf_gest.php
14 lines
268 B
PHP
Executable File
14 lines
268 B
PHP
Executable File
<?php
|
|
|
|
$db_data_server = "127.0.0.1";
|
|
$db_data_name = "pannello";
|
|
$db_data_user = "pannello";
|
|
$db_data_pwd = "zqAMmAP8l8arrrrD";
|
|
|
|
require_once ("function.php");
|
|
$DB_ID = db_data_connect ();
|
|
$CONF = carica_conf();
|
|
if (php_sapi_name() !== 'cli') $MODULO = modulo();
|
|
|
|
?>
|