loburets
2/12/2016 - 7:44 AM

Universal path for apps with point of entry in root index.php

Universal path for apps with point of entry in root index.php

<?php

$path    = realpath(dirname($_SERVER['SCRIPT_FILENAME']))
    . DIRECTORY_SEPARATOR . 'dir' . DIRECTORY_SEPARATOR . $file . '.php';