From 4157fb9408bb4a3b1e6e68e7b873c29df3239118 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 22 Jan 2024 01:43:26 +0100 Subject: [PATCH] Doc --- myaccount/mainmyaccount.inc.php | 2 +- scripts/master_move_instance.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 myaccount/mainmyaccount.inc.php diff --git a/myaccount/mainmyaccount.inc.php b/myaccount/mainmyaccount.inc.php old mode 100644 new mode 100755 index 3d7c7914e..6328f5c0f --- a/myaccount/mainmyaccount.inc.php +++ b/myaccount/mainmyaccount.inc.php @@ -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; diff --git a/scripts/master_move_instance.php b/scripts/master_move_instance.php index c9ebe94c6..898ac9860 100755 --- a/scripts/master_move_instance.php +++ b/scripts/master_move_instance.php @@ -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; @@ -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