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
Alexander Yakovlev de9ab2aa5f Numerous fixes
- Hyperlinks in the digest
- No deleted, closed or moved threads in the digest
- No "Last update" column for threads with 0 replies
- Changed date format to 17/05/2017
- Set the timzeone explicitly
2017-05-09 16:46:02 +07:00

13 lines
379 B
PHP

<?php
define('MYBB_ROOT', '../');
define('D_PATH', '/digest');
define('MYBB_PREFIX', 'mybbfo_');
define('FORUM_ID', 0);// 0 means all forums
define('DATE_FORMAT', 'd/m/Y h:i A');
define('DRY_RUN', true);
define('DSN', 'mysql:host=localhost;dbname=mybb;charset=utf8');
define('MYSQL_USER','root');
define('MYSQL_PASSWORD', '123456');
date_default_timezone_set('UTC+10'); // AEST