Author: pari
Date: Fri Jan 11 17:15:08 2008
New Revision: 2131
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;rev=2131
Log:
rapth gui is always going to be https
Modified:
branches/asterisknow/config/cfgbasic.html
Modified: branches/asterisknow/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/bran
ches/asterisknow/config/cfgbasic.html?view=diff&rev=2131
&r1=2130&r2=2131
============================================================
==================
--- branches/asterisknow/config/cfgbasic.html (original)
+++ branches/asterisknow/config/cfgbasic.html Fri Jan 11
17:15:08 2008
 -336,7
+336,7 
}
function system_link(){
- var newwindow_href = location.protocol + '//' +
location.hostname + ':8003';
+ var newwindow_href = 'https://' + location.hostname +
':8003';
window.open(newwindow_href
,'mainwindow','width=1024,height=768,resizable=no,
scrollbars=yes, toolbar=no, location=no,status=yes,
menubar=no')
}
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-gui-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-g
ui-commits
|