|
Revision 2882, 1.0 kB
(checked in by webrainstorm, 7 years ago)
|
HTML Fix for: #1240, #1241, #1242, #1243, #1244 - Tnx kerryg
|
- Property svn:mime-type set to
text/html
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
/* $Id:$ */ |
|---|
| 3 |
|
|---|
| 4 |
// Wrapper code for opening a new window. |
|---|
| 5 |
// |
|---|
| 6 |
//This program is free software; you can redistribute it and/or |
|---|
| 7 |
//modify it under the terms of version 2 of the GNU General Public |
|---|
| 8 |
//License as published by the Free Software Foundation. |
|---|
| 9 |
// |
|---|
| 10 |
//This program is distributed in the hope that it will be useful, |
|---|
| 11 |
//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 12 |
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 13 |
//GNU General Public License for more details. |
|---|
| 14 |
|
|---|
| 15 |
?> |
|---|
| 16 |
|
|---|
| 17 |
<h2> Java SSH </h2> |
|---|
| 18 |
|
|---|
| 19 |
If necessary re-enter the maint user and password. Once the applet has opened enter the IP address of |
|---|
| 20 |
your PBX. You will then connect to the FreePBX server. You can then login as 'root' or 'asterisk', or |
|---|
| 21 |
whatever user you have created. |
|---|
| 22 |
|
|---|
| 23 |
<APPLET CODE="com.mindbright.application.MindTerm.class" |
|---|
| 24 |
ARCHIVE="/admin/modules/javassh/mindterm.jar" WIDTH=0 HEIGHT=0> |
|---|
| 25 |
<PARAM NAME="cabinets" VALUE="/admin/modules/javassh/mindterm.cab"> |
|---|
| 26 |
<PARAM NAME="sepframe" value="true"> |
|---|
| 27 |
<PARAM NAME="debug" value="false"> |
|---|
| 28 |
</APPLET> |
|---|