Initial commit
[2ch-be.git] / dev-test / rewrite / reset.php
blobe11ed0b68fcc3e12d80bd114abd2dba99ebc729f
1 <?php
2 include('include/config.php');
3 if (isset($_COOKIE['DMDM']) && isset($_COOKIE['MDMD'])) {
4 header('location:status.php');
5 exit;
7 $title = 'ƒpƒXƒ��[ƒh‚ð–Y‚ꂽ';
8 include 'include/header-front.php';
9 ?>
10 <body>
11 <div class="containerz">
12 <div class="navbar-collapse">
13 <ul class="nav navbar-nav">
14 </ul>
15 </div>
16 </div>
18 <div class="container">
19 <center>
20 <div class="form-signin" style = "font-size: 1.2em;text-align:right;">
21 <?php
22 $logo = logo_breaker($_SERVER['SERVER_NAME']);
24 <a href="<?php echo $logo['link'] ?>" target="_BLANK">
25 <img src="<?php echo $livesitePath ?>css/img/<?php echo $logo['image'] ?>">
26 </a>
27 <br>
28 BE 2.0
29 </div>
30 </center>
31 </div>
33 <div class="container">
34 <center>
35 <form class="form-signin" method="post" action="r.php">
36 <h3 class="form-signin-heading">ƒpƒXƒ��[ƒh‚ð–Y‚ꂽ</h3>
37 <input type="email" name="mail" placeholder="Eƒ��[ƒ‹" required autofocus>
38 <br><br>
39 <button name="login" type="submit">‘—�M</button><br><br><br>
40 <a href="index.php">[ƒ�ƒOƒCƒ“]</a>
41 </form>
42 </center>
43 </div>
44 </body>
45 </html>