Add files via upload
This commit is contained in:
parent
9ee7889968
commit
b3aa890b7e
@ -1,4 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Connection parameters to the DB.
|
||||||
|
*/
|
||||||
|
define('BD_HOST', 'localhost');
|
||||||
|
define('BD_NAME', 'complucine');
|
||||||
|
define('BD_USER', 'sw');
|
||||||
|
define('BD_PASS', '_admin_');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Utf-8 support settings, location (language and country) and time zone.
|
||||||
|
*/
|
||||||
|
ini_set('default_charset', 'UTF-8');
|
||||||
|
setLocale(LC_ALL, 'es_ES.UTF.8');
|
||||||
|
date_default_timezone_set('Europe/Madrid');
|
||||||
|
|
||||||
//Start session:
|
//Start session:
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user