diff options
Diffstat (limited to 'password.php')
-rw-r--r-- | password.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/password.php b/password.php index ebc6b0804..c0fe3b2e9 100644 --- a/password.php +++ b/password.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -193,4 +193,4 @@ if (count($page['infos']) != 0) $template->parse('password'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); -?>
\ No newline at end of file +?> |