Changeset 4555
- Timestamp:
- 07/26/07 23:43:51 (6 years ago)
- Files:
-
- modules/branches/2.3/asterisk-cli/module.xml (modified) (2 diffs)
- modules/branches/2.3/asterisk-cli/page.cli.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/asterisk-cli/module.xml
r4544 r4555 2 2 <rawname>asterisk-cli</rawname> 3 3 <name>Asterisk CLI</name> 4 <version>1.1. 1</version>4 <version>1.1.2</version> 5 5 <type>tool</type> 6 6 <category>System Administration</category> … … 15 15 <md5sum>8dd59a71e2fbaf6e21ee8ea633b7052f</md5sum> 16 16 <changelog> 17 *1.1.2* fix syntax error, extra = 17 18 *1.1.1* #2070 fix proper use of script tags 18 19 *1.1* #2006 Fixed display on systems with colored asterisk console modules/branches/2.3/asterisk-cli/page.cli.php
r4538 r4555 36 36 <tr> 37 37 <td class="label" align="right"><?php echo _("Command:")?></td> 38 <td class="type"><input name="txtCommand" type="text" size="70" value="<?php =htmlspecialchars($txtCommand);?>"></td>38 <td class="type"><input name="txtCommand" type="text" size="70" value="<?php htmlspecialchars($txtCommand);?>"></td> 39 39 </tr> 40 40
