OSDN Git Service

FIX: AdminActions::parse_date()が不要なBlogオブジェクトをコンストラクトしていたのを修正
[nucleus-jp/nucleus-next.git] / nucleus / forgotpassword.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3 <head>
4         <!-- $Id: forgotpassword.html 1489 2010-12-22 23:00:39Z ftruscot $ -->
5         <meta http-equiv="Refresh" content="1;url=./forgottenpassword.php" />
6         <title>Nucleus - Forgotten Passwords</title>
7         <style type="text/css">@import url(nucleus/styles/manual.css);</style>
8 </head>
9 <body>
10         <h1>Forgotten Passwords</h1>
11         <!-- This file is just for a backward compatibility. -->
12         <p>Sorry, the URL of the Forgotten Passwords Form has changed.</p>
13         <p>If you are not redirected automatically please use this link: <a href="./forgotpassword.php">Forgotten Passwords</a>.</p>
14         <p>Thank you. :-)</p>
15 </body>
16 </html>