Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 22, 2024
1 parent 70b377d commit 4157fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion myaccount/mainmyaccount.inc.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ function llxFooter($comment = '', $zone = 'private', $disabledoutputofmessages =
*/
function dol_getprefix($mode = '')
{
// If prefix is for email (we need to have $conf alreayd loaded for this case)
// If prefix is for email (we need to have $conf already loaded for this case)
if ($mode == 'email') {
global $conf;

Expand Down
6 changes: 3 additions & 3 deletions scripts/master_move_instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@


// Share certificate of old instance by copying them into the common crt dir (they should already be into this directory)
// TODO If the certificate of the source instance are not into crt directory, we must copy them into the crt directory with read permission to admin user.
// TODO If the certificate of the source instance are not into crt directory, we must copy them into the sellyoursaas master crt directory with read permission to admin user.
$CERTIFFORCUSTOMDOMAIN = $oldinstance;
if ($CERTIFFORCUSTOMDOMAIN) {
print '--- Check/copy the certificate files (.key, .crt and -intermediate.crt) of instance (generic and custom) into the crt directory (to reuse them on the new instance for backward compatibility).'."\n";
print '--- Check/copy the certificate files (.key, .crt and -intermediate.crt) of instance (generic and custom) into the sellyoursaas master crt directory (to reuse them on the new instance for backward compatibility).'."\n";
foreach (array('', '-custom') as $ext) {
foreach (array('.key', '.crt', '-intermediate.crt') as $ext2) {
$srcfile = '/etc/apache2/with.sellyoursaas.com'.$ext.$ext2;
Expand Down Expand Up @@ -462,7 +462,7 @@
}


print '--- Check/copy the certificate files (.key, .crt and -intermediate.crt) for websites into the crt directory (to reuse them on the new instance for backward compatibility).'."\n";
print '--- Check/copy the certificate files (.key, .crt and -intermediate.crt) for websites into the sellyoursaas master crt directory (to reuse them on the new instance for backward compatibility).'."\n";
// TODO


Expand Down

0 comments on commit 4157fb9

Please sign in to comment.