clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 65  →  ?path2? @ 66
/resetpassword.php
@@ -7,6 +7,7 @@
define('RECAPTCHA_PRIVATE_KEY', '6Lcz9ukSAAAAAC3u90rcOIdnNnaK_JgMjrOsSzZr');
?>
 
<!DOCTYPE html>
<html>
<head>
@@ -14,12 +15,12 @@
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div>
<body class=dark-grey>
<div class="center">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
<p>
 
<?php
$first = $_POST["first"];
@@ -73,12 +74,10 @@
last:
 
?>
</p>
<p>
<a class="button" href="reset.php">Reset Password</a>
<a class="button" href="welcome.php">Main Page</a>
</p>
</div>
</div>
</body>
</html>