summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-07-04 08:39:03 +0200
committerPatrick Simianer <p@simianer.de>2016-07-04 08:39:03 +0200
commita7f0599e3d2b6621872a428870ce8bdd15e8f004 (patch)
tree669c13ed2f4716bce826af20fd185832a8715f5c
parentb47ae4297862a321c286c65864ef67d355f05084 (diff)
g
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index b2a810f..5b6f33f 100644
--- a/index.php
+++ b/index.php
@@ -28,8 +28,8 @@
<input type="txt" id="name" name="name" style="width:12em" />
&nbsp;&nbsp;&nbsp;&nbsp;<strong>Session type:</strong>
<select name="ui_type">
- <option value="t">text</option>
- <!--<option value="g">graphical</option>-->
+ <!--<option value="t">text</option>-->
+ <option value="g">graphical</option>
</select>
&nbsp;&nbsp;&nbsp;
<input type="button" value="Submit" onclick="check_submit()" />