Subversion Repositories oidplus

Rev

Rev 1130 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1130 Rev 1162
Line 16... Line 16...
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
 * See the License for the specific language governing permissions and
17
 * See the License for the specific language governing permissions and
18
 * limitations under the License.
18
 * limitations under the License.
19
 */
19
 */
20
 
20
 
-
 
21
use ViaThinkSoft\OIDplus\OIDplus;
-
 
22
 
21
require_once __DIR__ . '/../includes/oidplus.inc.php';
23
require_once __DIR__ . '/../includes/oidplus.inc.php';
22
 
24
 
23
OIDplus::init(false);
25
OIDplus::init(false);
24
if (!OIDplus::baseConfig()->exists('OIDINFO_API_URL')) {
26
if (!OIDplus::baseConfig()->exists('OIDINFO_API_URL')) {
25
	die("OIDINFO_API_URL not available (API is currently not public)\n");
27
	die("OIDINFO_API_URL not available (API is currently not public)\n");