This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/Old-SD-image/www/passwd.php

13 lines
226 B
PHP

<!DOCTYPE HTML>
<html>
<h2>RepRap:
<?php print(getMyName()); ?>
<br>
<form name="input" action="control.php" method="get">Password: <input type="password" name="pwd"><input type="submit" value="Submit">
<br><br>
</html>