Subversion Repositories oidplus

Rev

Rev 1244 | Rev 1416 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1244 Rev 1367
Line 26... Line 26...
26
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27
 * See the License for the specific language governing permissions and
27
 * See the License for the specific language governing permissions and
28
 * limitations under the License.
28
 * limitations under the License.
29
 */
29
 */
30
 
30
 
-
 
31
use ViaThinkSoft\OIDplus\OIDplus;
-
 
32
 
31
require_once __DIR__ . '/../includes/oidplus.inc.php';
33
require_once __DIR__ . '/../includes/oidplus.inc.php';
32
 
34
 
33
OIDplus::init(false);
35
OIDplus::init(false);
34
if (!OIDplus::baseConfig()->exists('OIDINFO_API_URL')) {
36
if (!OIDplus::baseConfig()->exists('OIDINFO_API_URL')) {
35
	die("OIDINFO_API_URL not available (API is currently not public)\n");
37
	die("OIDINFO_API_URL not available (API is currently not public)\n");