Skip to content

Instantly share code, notes, and snippets.

@loburets
Created February 12, 2016 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loburets/34470c24b7711891a0b1 to your computer and use it in GitHub Desktop.
Save loburets/34470c24b7711891a0b1 to your computer and use it in GitHub Desktop.
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';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment