From 51e5abaaab11b7e24269f412d84d1c3d155bf324 Mon Sep 17 00:00:00 2001 From: Leonardo Bartoli Date: Fri, 3 Nov 2023 12:07:37 +0100 Subject: [PATCH] Added comments --- www/archive.inc | 1 + www/common_lib.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/www/archive.inc b/www/archive.inc index bcd4950b62..628bd233b4 100644 --- a/www/archive.inc +++ b/www/archive.inc @@ -53,6 +53,7 @@ function ArchiveFilterLargeFile($file) */ function ArchiveTest($id, $delete = false) { + // [lb]: Do we need this for instant tests? $isSaaSTest = (stripos($id, '_saas_') !== false); $saas_capture_prefix = GetSetting("cp_saas_capture_prefix"); diff --git a/www/common_lib.inc b/www/common_lib.inc index 6b7706e76e..4b74e4c21a 100644 --- a/www/common_lib.inc +++ b/www/common_lib.inc @@ -1273,6 +1273,7 @@ function FixUrlSlash($url) */ function RestoreTest($id) { + // [lb]: Do we need this for instant tests? global $userIsBot; global $DISABLE_RESTORE; $isSaaSTest = (stripos($id, '_saas_') !== false);