so I can just make it +20 or +25 ?
I have found a file called cc_validation.php - is that similar?
Code:$current_year = date('Y'); if (strlen($expiry_y) == 2) $expiry_y = intval(substr($current_year, 0, 2) . $expiry_y); if (is_numeric($expiry_y) && ($expiry_y >= $current_year) && ($expiry_y <= ($current_year + 10))) { $this->cc_expiry_year = $expiry_y; } else { return -3; }


Reply With Quote

