10-10-2016, 02:58 PM
Try doing
That will accomplish the same thing as my dump function.
I would replace line 12 on init.php with
as a starting point. Then you might need to remove a slash from either side to make it all work.
Code:
echo "<pre>";
Code:
var_dump($abs_us_root);
Code:
var_dump($us_url_root);
Code:
echo "</pre>";
That will accomplish the same thing as my dump function.
I would replace line 12 on init.php with
Code:
$us_url_root='/enl/';
as a starting point. Then you might need to remove a slash from either side to make it all work.