8 lines
204 B
PHP
8 lines
204 B
PHP
<?php
|
|
|
|
// pripojeni k databazi
|
|
$cfg['Connection']['link'] = sqlConnect($cfg['Connection']['host'],
|
|
$cfg['Connection']['user'],
|
|
$cfg['Connection']['password'],
|
|
$cfg['Connection']['database']);
|