first commit
This commit is contained in:
9
socket/connection.php
Normal file
9
socket/connection.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
defined('VALID_INCLUDE') or exit('Restricted area');
|
||||
|
||||
// pripojeni k databazi
|
||||
$cfg['Connection']['link'] = sqlConnect($cfg['Connection']['host'],
|
||||
$cfg['Connection']['user'],
|
||||
$cfg['Connection']['password'],
|
||||
$cfg['Connection']['database']);
|
||||
Reference in New Issue
Block a user