Changeset 6030
- Timestamp:
- 07/16/08 08:06:40 (4 months ago)
- Files:
-
- modules/branches/2.5/logfiles/module.xml (modified) (1 diff)
- modules/branches/2.5/logfiles/page.logfiles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/logfiles/module.xml
r5434 r6030 2 2 <rawname>logfiles</rawname> 3 3 <name>Asterisk Logfiles</name> 4 <version>2. 4.0</version>4 <version>2.5.0</version> 5 5 <changelog> 6 *2.5.0* #2776: filter out potentially bad html tags from log file 6 7 *2.4.0* bumped for 2.4 7 8 *1.1.1* bump for rc1 modules/branches/2.5/logfiles/page.logfiles.php
r4549 r6030 19 19 <hr><br> 20 20 <?php 21 echo system ('tail --line=2000 '.$amp_conf['ASTLOGDIR'].'/full | sed -e "s/$/<br>/"');21 system ('tail --line=2000 '.$amp_conf['ASTLOGDIR'].'/full | sed -e "s,<,\<,g;s,>,\>,g;s/$/<br>/"'); 22 22 break; 23 23
