Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Nov 3, 2023
1 parent 36aaa7f commit 51e5aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/archive.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
1 change: 1 addition & 0 deletions www/common_lib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 51e5aba

Please sign in to comment.