summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-10-29 17:41:52 +0100
committerPatrick Simianer <p@simianer.de>2015-10-29 17:41:52 +0100
commitf9cbbc92f79c85d088d4847d9beb1acf608e7d07 (patch)
tree965affa61fdc1490125b452a203d49da5a59f682 /index.php
parentc8fb5e8dbb8c8e54c8925ead0b83fcfdb933592e (diff)
fix
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 11a6839..30d8993 100644
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@
<form method="get" action="interface.php">
<strong>Please enter your session key:</strong> <input type="text" id="key" name="key" />
&nbsp;&nbsp;&nbsp;&nbsp;Session type:
- <select>
+ <select name="ui_type">
<option value="t">textual</option>
<option value="g">graphical</option>
</select>