Revision 235
Added by ryan about 19 years ago
config.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
define('DB_TYPE', 'mysql'); |
|
4 |
define('DB_HOST', 'localhost'); |
|
5 |
define('DB_USERNAME', 'root'); |
|
6 |
define('DB_PASSWORD', 'password'); |
|
7 |
define('DB_NAME', 'wb'); |
|
8 |
define('TABLE_PREFIX', ''); |
|
9 |
|
|
10 |
define('WB_PATH', dirname(__FILE__)); |
|
11 |
define('WB_URL', 'http://localhost/workspace/websitebaker2/wb'); |
|
12 |
define('ADMIN_PATH', WB_PATH.'/admin'); |
|
13 |
define('ADMIN_URL', 'http://localhost/workspace/websitebaker2/wb/admin'); |
|
14 |
|
|
15 |
require_once(WB_PATH.'/framework/initialize.php'); |
|
16 |
|
|
17 |
?> |
|
1 |
<?php ?> |
Also available in: Unified diff
Updated CHANGELOG and some other files