This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Script to get scaled image URL from CONTENTdm reference URL | |
* Phil Sager <[email protected]>. | |
* | |
*/ | |
$CDM_WEBSERVICES_HOME = "https://somedomain.contentdm.oclc.org"; // web services | |
$CONTENTDM_HOME = "http://somedomain.somewhere.org"; // public-facing CONTENTdm domain |