a34cf3ca38
commit52bbe64d73
Author: Jay <github.hybridsupply@grandel.anonaddy.me> Date: Mon Nov 15 12:32:44 2021 +0100 Add login commitdce62230b5
Author: Jay <github.hybridsupply@grandel.anonaddy.me> Date: Mon Nov 15 12:20:55 2021 +0100 Improve installer detection commit7d5f19c3b8
Author: Jay <github.hybridsupply@grandel.anonaddy.me> Date: Mon Nov 15 09:45:36 2021 +0100 Improve installation commit39b2ef2c03
Author: Jay <github.hybridsupply@grandel.anonaddy.me> Date: Mon Nov 15 08:28:08 2021 +0100 Update .gitattributes commit364dd117d4
Author: Jay <github.hybridsupply@grandel.anonaddy.me> Date: Mon Nov 15 08:27:09 2021 +0100 Update .gitattributes commite76392487d
Author: grandeljay <github.jay@grandel.anonaddy.me> Date: Sun Nov 14 09:13:09 2021 +0100 Center main content commit511de407b0
Author: grandeljay <github.jay@grandel.anonaddy.me> Date: Sun Nov 14 09:13:01 2021 +0100 Connect to database commit44c1d26d89
Author: grandeljay <github.jay@grandel.anonaddy.me> Date: Sun Nov 14 09:12:49 2021 +0100 Improve installer commit38ace568a1
Author: Jay <github.hybridsupply@grandel.anonaddy.me> Date: Fri Nov 12 17:01:04 2021 +0100 Write config
12 lines
235 B
PHP
12 lines
235 B
PHP
<?php
|
|
|
|
/**
|
|
* config-sample.php
|
|
*
|
|
* @author Jay Trees <github.jay@grandel.anonaddy.me>
|
|
*/
|
|
|
|
define('DATABASE_HOST', 'localhost');
|
|
define('DATABASE_NAME', 'wishthis');
|
|
define('DATABASE_USER', 'root');
|
|
define('DATABASE_PASSWORD', '');
|