Changeset 6032
- Timestamp:
- 07/16/08 08:08:44 (4 months ago)
- Files:
-
- modules/branches/2.4 (modified) (1 prop)
- modules/branches/2.4/logfiles/module.xml (modified) (2 diffs)
- modules/branches/2.4/logfiles/page.logfiles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4
- Property svnmerge-integrated changed from /modules/branches/2.3:1-5233,5245,5333,5336 /modules/branches/2.5:1-5852,5880,5930,5995,6016-6017 to /modules/branches/2.3:1-5233,5245,5333,5336 /modules/branches/2.5:1-5852,5880,5930,5995,6016-6017,6030-6031
modules/branches/2.4/logfiles/module.xml
r5434 r6032 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 … … 14 15 <logfiles>Asterisk Logfiles</logfiles> 15 16 </menuitems> 16 <location>release/2. 4/logfiles-2.4.0.tgz</location>17 <md5sum> 7ede13052f1f4e3d2f6d7e4e24df45eb</md5sum>17 <location>release/2.5/logfiles-2.5.0.tgz</location> 18 <md5sum>d3cad415656bef2a65543aa22a21836c</md5sum> 18 19 </module> modules/branches/2.4/logfiles/page.logfiles.php
r4549 r6032 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
