Author: solomax
Date: Tue Dec 11 08:06:46 2012
New Revision: 1420027
URL: http://svn.apache.org/viewvc?rev=1420027&view=rev
Log:
URL for network testing tool is updated
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx?rev=1420027&r1=1420026&r2=1420027&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx
Tue Dec 11 08:06:46 2012
@@ -130,7 +130,7 @@
<method name="getTestingUrl">
<![CDATA[
- return getUrl() + 'networktesting' + ($debug ? 'debug' : '') +
'.swf10.swf?lzproxied=solo';
+ return getUrl() + '?swf=networktesting' + ($debug ? 'debug' : '') +
'.swf10.swf';
]]>
</method>