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