Add shell access and scp support
This commit is contained in:
@ -169,7 +169,7 @@ foreach(PHP_VERSIONS as $key => $version){
|
||||
<?php echo isset($_REQUEST['private_key']) ? htmlspecialchars($_REQUEST['private_key']) : ''; ?>
|
||||
</textarea>
|
||||
</label></td></tr>
|
||||
<tr><td colspan="2"><label><input type="checkbox" name="accept_privacy" required>I have read and agreed to the <a href="/privacy.php" target="_blank">Privacy Policy</a></label><br></td></tr>
|
||||
<tr><td colspan="2"><label><input type="checkbox" name="accept_privacy" required>I have read and agreed to the <a href="https://danwin1210.me/privacy.php" target="_blank">Privacy Policy</a></label><br></td></tr>
|
||||
<tr><td colspan="2"><input type="submit" value="Register"></td></tr>
|
||||
</table></form>
|
||||
</body></html>
|
||||
|
Reference in New Issue
Block a user