Skip to content

Instantly share code, notes, and snippets.

@josevh
Created March 20, 2017 15:24
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 josevh/8a170565ed67eecfaec7819a8ed9a718 to your computer and use it in GitHub Desktop.
Save josevh/8a170565ed67eecfaec7819a8ed9a718 to your computer and use it in GitHub Desktop.
handles app deployed top level or in subdirectory
<?php
define('APP_ROOT_ABS', realpath(__DIR__)); # /var/www/html/images
define('APP_ROOT_REL', preg_replace('/^' . preg_quote($_SERVER['DOCUMENT_ROOT'], '/') . '/', '', __DIR__)); # /images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment