louie_branch #65

Merged
MarkHipe merged 11 commits from louie_branch into main 2024-04-23 09:32:23 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2c29e3cd17 - Show all commits

View File

@ -1075,7 +1075,7 @@ date_default_timezone_set('Asia/Manila');
<?php
$iterationCount++;
if ($iterationCount >= 15) {
if ($iterationCount >= 8) {
break;
}
}