mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-25 01:28:21 -05:00
8 lines
365 B
JavaScript
8 lines
365 B
JavaScript
<?php
|
|
if ($user->user_id) {
|
|
|
|
print jquery_post("activate", 0, "check", "Activate", "Activating", "Your account has been activated.", "location.href = '/title/30461/bocchi-sensei-teach-me-mangadex';");
|
|
print jquery_get("resend_activation_code", 0, "sync", "Resend", "Resending", "Your activation code has been resent to <strong>$user->email</strong>.", "");
|
|
|
|
}
|
|
?> |