Skip to content

Commit

Permalink
Update 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah AVCI committed Oct 18, 2018
1 parent e54bde2 commit 2189785
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions tckimlik/helpers.php
Expand Up @@ -3,9 +3,9 @@
// * *
// * WHMCS TCKimlik - The Complete Turkish Identity Validation, Verify & Unique Identity Module *
// * Copyright (c) APONKRAL. All Rights Reserved, *
// * Version: 1.1.8 (1.1.8release.1) *
// * BuildId: 20181010.002 *
// * Build Date: 10 Oct 2018 *
// * Version: 1.1.9 (1.1.9release.1) *
// * BuildId: 20181018.001 *
// * Build Date: 18 Oct 2018 *
// * *
// *************************************************************************
// * *
Expand Down Expand Up @@ -217,7 +217,7 @@ function isTcKimlik($tc)

if( $via_proxy == "on" ) {

if(function_exists('curl_exec')) {
if(function_exists('curl_init') && function_exists('curl_setopt') && function_exists('curl_exec') && function_exists('curl_getinfo') && function_exists('curl_error') && function_exists('curl_close')) {

$curl = curl_init();
$error = [];
Expand Down Expand Up @@ -271,7 +271,7 @@ function isTcKimlik($tc)

} else {

if(function_exists('curl_exec')) {
if(function_exists('curl_init') && function_exists('curl_setopt') && function_exists('curl_exec') && function_exists('curl_getinfo') && function_exists('curl_error') && function_exists('curl_close')) {

$curl = curl_init();
$error = [];
Expand Down
6 changes: 3 additions & 3 deletions tckimlik/hooks.php
Expand Up @@ -3,9 +3,9 @@
// * *
// * WHMCS TCKimlik - The Complete Turkish Identity Validation, Verify & Unique Identity Module *
// * Copyright (c) APONKRAL. All Rights Reserved, *
// * Version: 1.1.8 (1.1.8release.1) *
// * BuildId: 20181010.002 *
// * Build Date: 10 Oct 2018 *
// * Version: 1.1.9 (1.1.9release.1) *
// * BuildId: 20181018.001 *
// * Build Date: 18 Oct 2018 *
// * *
// *************************************************************************
// * *
Expand Down
8 changes: 4 additions & 4 deletions tckimlik/tckimlik.php
Expand Up @@ -3,9 +3,9 @@
// * *
// * WHMCS TCKimlik - The Complete Turkish Identity Validation, Verify & Unique Identity Module *
// * Copyright (c) APONKRAL. All Rights Reserved, *
// * Version: 1.1.8 (1.1.8release.1) *
// * BuildId: 20181010.002 *
// * Build Date: 10 Oct 2018 *
// * Version: 1.1.9 (1.1.9release.1) *
// * BuildId: 20181018.001 *
// * Build Date: 18 Oct 2018 *
// * *
// *************************************************************************
// * *
Expand Down Expand Up @@ -47,7 +47,7 @@ function tckimlik_config() {
"name" => "TC Kimlik No Dogrulama",
"description" => "WHMCS için T.C. Kimlik numarası doğrulama modülü.",
"premium" => true,
"version" => "1.1.8",
"version" => "1.1.9",
"author" => "APONKRAL",
"language" => "turkish",
"fields" => array(
Expand Down

0 comments on commit 2189785

Please sign in to comment.