%PDF- %PDF-
| Direktori : /var/www/spotreba/ |
| Current File : //var/www/spotreba/db.php |
<?php
include "dibi.phar";
dibi::connect(array(
'driver' => 'mysqli',
'host' => '127.0.0.1',
'username' => 'waritko',
'password' => 'blade666',
'database' => 'waritko_utils',
'charset' => 'utf8',
'profiler' => [
'run' => TRUE,
'file' => 'log/log-' . date('Y-m-d') . '.txt',
],
));