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("change_activation_email", 0, "check", "Confirm", "Confirming", "Your email has been updated.", "");
|
|
}
|
|
?> |