changed git call from https to git readonly
[atutor.git] / mods / wiki / tools / t_commander / commandline.php
1 <?php
2  # include("t_config.php");
3 ?>
4 <html>
5 <head>
6  <title>WikiCommander:CommandLine</title>
7  <link rel="stylesheet" type="text/css" href="80x25.css">
8 </head>
9 <body bgcolor="#000000" text="#dddddd" class="CommandLine" onLoad="document.forms[0].elements[0].focus()">
10 <nobr><form action="action.php" target="page" method="GET">
11 ewiki@<?php echo $_SERVER["SERVER_NAME"]; ?>$&nbsp;<input type="text" name="input" size="40"
12 onKeypress="if (event.ctrlKey) { this.value = this.value + parent.id + ' '; return false; }">
13 <input type="hidden" name="cmd" value="1">
14 </form></nobr></body>
15 </html>