From 7d5b782802d23575e7c754357c7d3e7a1fbeee1b Mon Sep 17 00:00:00 2001 From: Wojciech Polak Date: Wed, 28 Apr 2010 20:09:59 +0200 Subject: Use css.cswindow. --- frontend/changepassword.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'frontend/changepassword.php') 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 @@ /* Cheetah News changepassword.php - Copyright (C) 2005, 2006 Wojciech Polak. + Copyright (C) 2005, 2006, 2010 Wojciech Polak. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -21,17 +21,18 @@ */ require_once 'lib/include.php'; +require_once 'lib/d-sigs.php'; start_session (null, true); $session->auth ('iflogged'); -echo ''; +echo ''; ?> Cheetah News - + -- cgit v1.2.1