<?php
require_once PHPkoru__DIR__ . '/app/config.php';
require_once PHPkoru__DIR__ . '/config.php';
?>
Olduğu gibi kullandım fakat, "
Fatal error: Uncaught Error: Undefined constant "PHPkoru__DIR__" in C:xampp.. "
bahsettiği satırdaki kodum şu;
require_once PHPkoru__DIR__ . '/config.php';
@aponkral;