Skip to content

Instantly share code, notes, and snippets.

@tanmayk
Created August 6, 2020 10:41
Show Gist options
  • Save tanmayk/3a72b5020be589d9d9eebc1b459f44bb to your computer and use it in GitHub Desktop.
Save tanmayk/3a72b5020be589d9d9eebc1b459f44bb to your computer and use it in GitHub Desktop.
if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
include $app_root . '/' . $site_path . '/settings.local.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment