mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
adding auto payout paypal
This commit is contained in:
parent
b688a8a989
commit
9b69fda487
13 changed files with 240 additions and 12 deletions
|
@ -336,6 +336,10 @@ function validateEmail(email) {
|
|||
return re.test(email);
|
||||
}
|
||||
|
||||
function isEmailValid(email){
|
||||
return validateEmail(email);
|
||||
}
|
||||
|
||||
function subscribe(email, user_id) {
|
||||
$.ajax({
|
||||
url: webSiteRootURL + 'objects/subscribe.json.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue