New POP Uploads

This commit is contained in:
2025-05-23 14:19:25 +02:00
parent fb1407af3f
commit 488e3c156d
12 changed files with 326 additions and 1067 deletions

View File

@@ -198,6 +198,10 @@ if (!empty($bannerImages)) {
echo "<td><a href='process_eft.php?token=" . encryptData($row['eft_id'], $salt) . "' class='theme-btn style-two style-three'>
<span data-hover='PAYMENT RECEIVED'>" . htmlspecialchars($row['status']) . "</span>
</a></td></tr>";
} elseif (($row['status']) == 'PROCESSING') {
echo "<td><a href='process_payments.php' class='theme-btn style-two style-three'>
<span data-hover='PROCESS'>PROCESS</span>
</a></td></tr>";
} else {
echo "<td>" . htmlspecialchars($row['status']) . "</td>";
}