aboutsummaryrefslogtreecommitdiff
path: root/frontend/fb_connect.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/fb_connect.php')
-rw-r--r--frontend/fb_connect.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/fb_connect.php b/frontend/fb_connect.php
index d5bf81b..d3bc727 100644
--- a/frontend/fb_connect.php
+++ b/frontend/fb_connect.php
@@ -16,12 +16,13 @@
16 16
17 You should have received a copy of the GNU General Public License along 17 You should have received a copy of the GNU General Public License along
18 with this program. If not, see <http://www.gnu.org/licenses/>. 18 with this program. If not, see <http://www.gnu.org/licenses/>.
19*/ 19*/
20 20
21require_once 'lib/include.php'; 21require_once 'lib/include.php';
22require_once 'lib/d-sigs.php';
22require_once 'lib/facebook.php'; 23require_once 'lib/facebook.php';
23 24
24start_session (null, true); 25start_session (null, true);
25$session->auth ('iflogged'); 26$session->auth ('iflogged');
26$message = ''; 27$message = '';
27$auth = true; 28$auth = true;
@@ -87,18 +88,18 @@ if ($auth) {
87 } 88 }
88} 89}
89 90
90?> 91?>
91<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 92<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
92<html xmlns="http://www.w3.org/1999/xhtml" 93<html xmlns="http://www.w3.org/1999/xhtml"
93 xmlns:fb="http://www.facebook.com/2008/fbml"> 94 xmlns:fb="http://www.facebook.com/2008/fbml">
94<head> 95<head>
95<title>Cheetah News</title> 96<title>Cheetah News</title>
96<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 97<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
97<meta name="robots" content="noindex,nofollow" /> 98<meta name="robots" content="noindex,nofollow" />
98<link rel="stylesheet" href="d?q=css.changepassword" type="text/css" /> 99<link rel="stylesheet" href="<?=dsp('css.cswindow')?>" type="text/css" />
99<link rel="icon" href="images/favicon.png" type="image/png" /> 100<link rel="icon" href="images/favicon.png" type="image/png" />
100</head> 101</head>
101<body> 102<body>
102 103
103<?php 104<?php
104 105

Return to:

Send suggestions and report system problems to the System administrator.