Changeset 6743 for modules/branches/2.5/javassh/page.javassh.php
- Timestamp:
- 09/16/08 05:05:41 (5 years ago)
- Files:
-
- modules/branches/2.5/javassh/page.javassh.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/javassh/page.javassh.php
r2882 r6743 13 13 //GNU General Public License for more details. 14 14 15 16 17 echo "<h2> "._("Java SSH")." </h2>"; 18 echo _("If necessary re-enter the maint user and password. Once the applet has opened enter the IP address of your PBX.<br>"); 19 echo _("You will then connect to the FreePBX server. You can then login as 'root' or 'asterisk', or whatever user you have created."); 20 15 21 ?> 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 of20 your PBX. You will then connect to the FreePBX server. You can then login as 'root' or 'asterisk', or21 whatever user you have created.22 22 23 23 <APPLET CODE="com.mindbright.application.MindTerm.class"
