mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-15 22:04:51 +00:00
https url fix
This commit is contained in:
parent
ebbdd7925c
commit
2497153d26
4 changed files with 4 additions and 4 deletions
install/language
modules/Users
themes/SuiteP/tpls
|
@ -123,7 +123,7 @@ $mod_strings = array(
|
|||
'ERR_PERFORM_HTACCESS_1' => 'Cannot write to the ',
|
||||
'ERR_PERFORM_HTACCESS_2' => ' file.',
|
||||
'ERR_PERFORM_HTACCESS_3' => 'If you want to secure your log file from being accessible via browser, create an .htaccess file in your log directory with the line:',
|
||||
'ERR_PERFORM_NO_TCPIP' => '<b>We could not detect an Internet connection.</b> When you do have a connection, please visit <a href="http://www.suitecrm.com/">http://www.suitecrm.com/</a> to register with SuiteCRM. By letting us know a little bit about how your company plans to use SuiteCRM, we can ensure we are always delivering the right application for your business needs.',
|
||||
'ERR_PERFORM_NO_TCPIP' => '<b>We could not detect an Internet connection.</b> When you do have a connection, please visit <a href="https://www.suitecrm.com/">https://www.suitecrm.com/</a> to register with SuiteCRM. By letting us know a little bit about how your company plans to use SuiteCRM, we can ensure we are always delivering the right application for your business needs.',
|
||||
'ERR_SESSION_DIRECTORY_NOT_EXISTS' => 'Session directory provided is not a valid directory.',
|
||||
'ERR_SESSION_DIRECTORY' => 'Session directory provided is not a writable directory.',
|
||||
'ERR_SESSION_PATH' => 'Session path is required if you wish to specify your own.',
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<body>
|
||||
<div class="p_login">
|
||||
<div class="p_login_top">
|
||||
<a title="SuiteCRM" href="http://www.suitecrm.com">SuiteCRM</a>
|
||||
<a title="SuiteCRM" href="https://www.suitecrm.com">SuiteCRM</a>
|
||||
</div>
|
||||
|
||||
<div class="p_login_middle">
|
||||
|
|
|
@ -380,7 +380,7 @@ $mod_strings = array(
|
|||
<table cellpadding=0 cellspacing=0>
|
||||
<tr><td><!--not_in_theme!-->Visit www.suitecrm.com
|
||||
<img src=include/images/suitecrm_login.png style="margin-right: 5px;">
|
||||
</td><td><a href="http://www.suitecrm.com/" target="_blank"><b>SuiteCRM</b></a></td></tr>
|
||||
</td><td><a href="https://www.suitecrm.com/" target="_blank"><b>SuiteCRM</b></a></td></tr>
|
||||
</table>',
|
||||
'LBL_WIZARD_FINISH1' => 'What would you like to do next?',
|
||||
'LBL_WIZARD_FINISH2' => 'Start Using SuiteCRM',
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<div class="p_login_top">
|
||||
|
||||
<a title="SuiteCRM" href="http://www.suitecrm.com">SuiteCRM</a>
|
||||
<a title="SuiteCRM" href="https://www.suitecrm.com">SuiteCRM</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue