3 lines
85 B
PHP
3 lines
85 B
PHP
<?php
|
|
$path = realpath(__DIR__ . '/../ci4app/app/Config/Paths.php');
|
|
var_dump($path); |