Browse Source

updated html from with right php program names

master
alpcentaur 1 year ago
parent
commit
961387df4b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      onion.php

+ 3
- 3
onion.php View File

@ -88,7 +88,7 @@ fclose($txt_file);
<br><br><br><br><br><br>
<form action="/createNodeAService.php" method="post" enctype="multipart/form-data">
<form action="/initTorAndHS.php" method="post" enctype="multipart/form-data">
<center>
<p> Insert the name of your hiddenservice Project (internal name) </p>
<input style="width:80vw;" type="text" id="hsname" name="hsname" placeholder="name"><br><br>
@ -166,9 +166,9 @@ GFG;
<br><br><br><br><br><br>
<form action="/change2node.php" method="post" enctype="multipart/form-data">
<form action="/switchFromBridge2Node.php" method="post" enctype="multipart/form-data">
<center>
<p> type in the nickname of your middle node </p>
<p> type in a new nickname of the middle node you want to create </p>
<input style="width:80vw;" type="text" id="nodename" name="nodename" placeholder="name middle node"><br><br>
<br><br>
<input style="width:80vw;" type="text" id="rootPW" name="rootPW" placeholder="root passwort"><br><br>

Loading…
Cancel
Save