これを置き換えます:
include_once 'inc/php/config.php';
include_once 'inc/php/functions.php';
と
include_once dirname(__FILE__) . '/inc/php/config.php';
include_once dirname(__FILE__) . '/inc/php/functions.php';
これを置き換えます:
include_once 'inc/php/config.php';
include_once 'inc/php/functions.php';
と
include_once dirname(__FILE__) . '/inc/php/config.php';
include_once dirname(__FILE__) . '/inc/php/functions.php';