A
A
azaza2018-11-28 10:53:54
DLE
azaza, 2018-11-28 10:53:54

Dle is the root of the site?

Good time
I did not find it in the docks.
Can anyone tell me how to specify the site root? baseurl

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Tutubalin, 2018-11-28
@Kennius

$config['http_home_url']
or

define( 'ROOT_DIR', dirname(  __FILE__ )."/../../.." );
define( 'ENGINE_DIR', ROOT_DIR . '/engine' );
include ENGINE_DIR . '/data/config.php';
@include_once ROOT_DIR . '/language/' . $config['langs'] . '/website.lng';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question