mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-14 17:13:11 -07:00
__DIR__ constant can be used.
This commit is contained in:
parent
38a722ec60
commit
891ef417bc
1 changed files with 1 additions and 1 deletions
2
cron.php
2
cron.php
|
@ -24,6 +24,6 @@
|
|||
*/
|
||||
|
||||
define('START_CRON', true);
|
||||
define('BB_ROOT', dirname(__FILE__) . '/');
|
||||
define('BB_ROOT', __DIR__ . '/');
|
||||
|
||||
require __DIR__ . '/common.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue