Subversion Repositories oidplus

Rev

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

Rev 1041 Rev 1050
Line 15... Line 15...
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * See the License for the specific language governing permissions and
16
 * See the License for the specific language governing permissions and
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
-
 
20
use ViaThinkSoft\OIDplus\OIDplus;
-
 
21
use ViaThinkSoft\OIDplus\OIDplusPagePluginPublic;
-
 
22
 
20
require_once __DIR__ . '/includes/oidplus.inc.php';
23
require_once __DIR__ . '/includes/oidplus.inc.php';
21
 
24
 
22
header('Content-Type:text/text; charset=UTF-8');
25
header('Content-Type:text/text; charset=UTF-8');
23
 
26
 
24
OIDplus::init(false);
27
OIDplus::init(false);