[Astpp-commit] SF.net SVN: astpp: [2177] trunk
Brought to you by:
darrenkw
From: <dar...@us...> - 2008-05-06 01:11:31
|
Revision: 2177 http://astpp.svn.sourceforge.net/astpp/?rev=2177&view=rev Author: darrenkw Date: 2008-05-05 18:11:34 -0700 (Mon, 05 May 2008) Log Message: ----------- Corrected the permissions set in the makefile. Fixed bug: [ 1956258 ] Interface rating doesn't show call cost Modified Paths: -------------- trunk/Makefile trunk/astpp-admin.cgi Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2008-05-03 22:07:56 UTC (rev 2176) +++ trunk/Makefile 2008-05-06 01:11:34 UTC (rev 2177) @@ -14,7 +14,7 @@ EXTENSIONS=/etc/asterisk/extensions.conf LOCALE_DIR=/usr/local/share/locale OWNER=root -GROUP=root +GROUP=wheel WWWDIR=/var/www all: Modified: trunk/astpp-admin.cgi =================================================================== --- trunk/astpp-admin.cgi 2008-05-03 22:07:56 UTC (rev 2176) +++ trunk/astpp-admin.cgi 2008-05-06 01:11:34 UTC (rev 2177) @@ -9174,9 +9174,9 @@ ) . "</td><td>" . submit( -name => 'action', -value => gettext("Price Call...") ) - . "</td></tr> -</table> -"; + . "</td></tr><tr><td colspan=4>" + . $status + . "</td></tr></table>"; return $body; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |