I have a file
worker / activity / bulk_action.php, which includes the file
include('../../classes/aclass.php');
Inside aclass.php it does:
include ('../tcpdf/config/lang/eng.php');
It seems that inclusion in the second file uses the working directory of the first files instead of referring to itself, which leads to an error. How it works?
php
Chris Muench Mar 22 2018-11-22T00: 00Z
source share