⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 consumer.php

📁 Joomla!是一套获得过多个奖项的内容管理系统(Content Management System, CMS)。Joomla!采用PHP+MySQL数据库开发
💻 PHP
字号:
<?php$path_extra = dirname(__FILE__);$path = ini_get('include_path');$path = $path_extra . DS . $path;ini_set('include_path', $path);/** * Require the OpenID consumer code. */require_once "Auth/OpenID/Consumer.php";/** * Require the "file store" module, which we'll need to store * OpenID information. */require_once "Auth/OpenID/FileStore.php";/** * Require the Simple Registration extension API. */require_once "Auth/OpenID/SReg.php";/** * Require the PAPE extension module. */require_once "Auth/OpenID/PAPE.php";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -