aboutsummaryrefslogtreecommitdiff
path: root/frontend/changepassword.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/changepassword.php')
-rw-r--r--frontend/changepassword.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/changepassword.php b/frontend/changepassword.php
index fdea189..69ebfb2 100644
--- a/frontend/changepassword.php
+++ b/frontend/changepassword.php
@@ -4,7 +4,7 @@
4 4
5/* 5/*
6 Cheetah News changepassword.php 6 Cheetah News changepassword.php
7 Copyright (C) 2005, 2006 Wojciech Polak. 7 Copyright (C) 2005, 2006, 2010 Wojciech Polak.
8 8
9 This program is free software; you can redistribute it and/or modify it 9 This program is free software; you can redistribute it and/or modify it
10 under the terms of the GNU General Public License as published by the 10 under the terms of the GNU General Public License as published by the
@@ -21,17 +21,18 @@
21*/ 21*/
22 22
23require_once 'lib/include.php'; 23require_once 'lib/include.php';
24require_once 'lib/d-sigs.php';
24 25
25start_session (null, true); 26start_session (null, true);
26$session->auth ('iflogged'); 27$session->auth ('iflogged');
27 28
28echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$CHEETAH_LANG.'" lang="'.$CHEETAH_LANG.'">'; 29echo '<html xmlns="http://www.w3.org/1999/xhtml">';
29?> 30?>
30<head> 31<head>
31<title>Cheetah News</title> 32<title>Cheetah News</title>
32<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 33<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
33<meta name="robots" content="noindex,nofollow" /> 34<meta name="robots" content="noindex,nofollow" />
34<link rel="stylesheet" href="d?q=css.changepassword" type="text/css" /> 35<link rel="stylesheet" href="<?=dsp('css.cswindow')?>" type="text/css" />
35<link rel="icon" href="images/favicon.png" type="image/png" /> 36<link rel="icon" href="images/favicon.png" type="image/png" />
36</head> 37</head>
37<body> 38<body>

Return to:

Send suggestions and report system problems to the System administrator.