Changeset 8651
- Timestamp:
- 01/22/10 16:29:12 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/sipstation/page.sipstation.php
r8417 r8651 119 119 echo _("Your key is no longer valid. Click below to remove the current key. To obtain a new key and use this module, visit the portal at https://store.freepbx.com and log into your account."); 120 120 } else { 121 echo _("The server is curren lty not responding. It is either unavailable or access is being blocked. If the server is unavailable, please try again later.");121 echo _("The server is currently not responding. It is either unavailable or access is being blocked. If the server is unavailable, please try again later."); 122 122 } 123 123 ?> … … 1156 1156 <?php 1157 1157 break; 1158 case 'noserver': 1159 ?> 1160 var msg = "<?php echo sprintf(_("%s: This moudule can not reach the server to obtain your account information. If you can navigate to <a href='https://store.freepbx.com'>https://store.freepbx.com</a> from a browser then there is an issue with your firewall or DNS resolution. If this is a first time install you might be able to reboot to rectify the issue. If you have an aggressive firewall with content filtering or equivalent, you may have to disable that feature for this server or white list the store.freepbx.com site if possible."),$set_key_status) ?>"; 1161 <?php 1162 break; 1158 1163 default: 1159 1164 ?>
