This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
mybb-digest/config.php

13 lines
389 B
PHP
Raw Normal View History

2017-05-04 15:52:59 +03:00
<?php
define('MYBB_ROOT', '../');
2017-05-05 12:48:24 +03:00
define('D_PATH', '/digest');
2017-05-04 15:52:59 +03:00
define('MYBB_PREFIX', 'mybbfo_');
define('FORUM_ID', 0);// 0 means all forums
define('DATE_FORMAT', 'd/m/Y h:i A');
2017-05-04 15:52:59 +03:00
define('DRY_RUN', true);
define('DSN', 'mysql:host=localhost;dbname=mybb;charset=utf8');
define('MYSQL_USER','root');
define('MYSQL_PASSWORD', '123456');
2017-05-10 02:16:46 +03:00
date_default_timezone_set('Australia/Sydney'); // AEST