mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-25 01:18:20 -05:00
5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
<?php
|
|
if ($user->user_id) {
|
|
print jquery_post("claim_transaction", 0, "save", "Claim", "Claiming", "Transactions claimed.", "location.reload();");
|
|
}
|
|
?> |