summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()" />