clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 56  →  ?path2? @ 57
/sendiar.php
@@ -18,6 +18,23 @@
$_POST["recaptcha_challenge_field"],
$_POST["recaptcha_response_field"]);
 
?>
 
<!DOCTYPE html>
<html>
<head>
<title>Clockwerk</title>
<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 class="center">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
 
<?php
 
if($resp->is_valid) {
$req = new wasRemoteAdmin('http://127.0.0.1:10000', 'opensim');
$ret = $req->admin_authenticate_user($first, $last, MD5($password), '1');
@@ -45,3 +62,12 @@
echo '<p>Sorry, incorrect CAPTCHA. Please try again.</p>';
 
?>
 
<p>
<a class="button" href="welcome.php">Main Page</a>
</p>
</div>
</body>
</html>