mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-03-17 04:59:19 +00:00
Uusi samplekonffitiedosto
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Database configuration
|
||||||
|
*
|
||||||
|
* Configure these and open the project in your browser,
|
||||||
|
* install script takes care of the rest.
|
||||||
|
*/
|
||||||
$config = array(
|
$config = array(
|
||||||
'server' => 'localhost',
|
'server' => 'localhost',
|
||||||
'db' => 'lentolaskuri2',
|
'db' => 'database',
|
||||||
'user' => 'lentolaskuri2',
|
'user' => 'username',
|
||||||
'password' => '8@89z~UIwavn',
|
'password' => 'password',
|
||||||
|
'table' => 'airports'
|
||||||
);
|
);
|
||||||
|
|
||||||
// ----
|
// ----
|
||||||
|
|||||||
Reference in New Issue
Block a user