aboutsummaryrefslogtreecommitdiff
path: root/frontend/openid_manage.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/openid_manage.php')
-rw-r--r--frontend/openid_manage.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/openid_manage.php b/frontend/openid_manage.php
index b50315b..45fb1d8 100644
--- a/frontend/openid_manage.php
+++ b/frontend/openid_manage.php
@@ -4,3 +4,3 @@
4 Cheetah News openid_manage.php 4 Cheetah News openid_manage.php
5 Copyright (C) 2008 Wojciech Polak. 5 Copyright (C) 2008, 2010 Wojciech Polak.
6 6
@@ -21,2 +21,3 @@
21require_once 'lib/include.php'; 21require_once 'lib/include.php';
22require_once 'lib/d-sigs.php';
22require_once 'Auth/OpenID/Consumer.php'; 23require_once 'Auth/OpenID/Consumer.php';
@@ -119,3 +120,3 @@ else if (!empty ($remove)) {
119<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 120<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
120<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$CHEETAH_LANG?>" lang="<?=$CHEETAH_LANG?>"> 121<html xmlns="http://www.w3.org/1999/xhtml">
121<head> 122<head>
@@ -124,3 +125,3 @@ else if (!empty ($remove)) {
124<meta name="robots" content="noindex,nofollow" /> 125<meta name="robots" content="noindex,nofollow" />
125<link rel="stylesheet" href="d?q=css.changepassword" type="text/css" /> 126<link rel="stylesheet" href="<?=dsp('css.cswindow')?>" type="text/css" />
126<link rel="icon" href="images/favicon.png" type="image/png" /> 127<link rel="icon" href="images/favicon.png" type="image/png" />

Return to:

Send suggestions and report system problems to the System administrator.