Skip to content

Instantly share code, notes, and snippets.

@favrik
Created September 7, 2012 00:12
Show Gist options
  • Save favrik/3661724 to your computer and use it in GitHub Desktop.
Save favrik/3661724 to your computer and use it in GitHub Desktop.
IncludeFromPathList(PAYPAL_PATH, 'ppsdk_include_path.inc');
$strPath = GetValidPathFromList(PAYPAL_PATH);
if ($strPath !== false) {
set_include_path($strPath . PATH_SEPARATOR . get_include_path());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment