mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
Defaults change. Added ROOT.
This commit is contained in:
parent
61fc6f6899
commit
6f801deaf4
@ -10,10 +10,13 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
define('MY_SERVER', 'localhost', true);
|
// Database stuff
|
||||||
define('MY_USER', '', true);
|
define('MY_SERVER', 'localhost');
|
||||||
define('MY_PASSWORD', '', true);
|
define('MY_USER', '');
|
||||||
define('MY_DATABASE', '', true);
|
define('MY_PASSWORD', '');
|
||||||
|
define('MY_DATABASE', '');
|
||||||
|
|
||||||
|
define('ROOT', '/');
|
||||||
|
|
||||||
// define('FOO', 'bar');
|
// define('FOO', 'bar');
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user